/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inner .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #0D4FA3;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #0D4FA3;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #0D4FA3;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #0D4FA3;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0D4FA3;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0D4FA3;
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #0D4FA3;
  color: #fff;
  display: inline-block;
  padding: 7px 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  border: 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 {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a {
  color: #0D4FA3;
  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: #000;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

/* header */

.header-wrapper {
  position: fixed;
  min-height: 160px;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  background: #fff;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 110px;
}

.header-space {
  padding: 0px 200px;
}

.header-logo {
  padding-top: 16px;
  padding-bottom: 16px; 
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.header-logo img {
  width: 566px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-logo img {
  width: 474px;
}

.fix .header-logo {
  padding: 4px 0px;
}

.header-contact {
  padding-top: 33px;
  text-align: right;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-contact {
  padding-top: 15px;
}

.hc-vert-line {
  content: '';
  display: inline-block;
  margin: 0px 12px;
  font-size: 0px;
  width: 2px;
  height: 18px;
  background: #333;
  position: relative;
  top: 3px;
}

.header-contact a.header-twit {
  display: inline-block;
  background: #0D4FA3;
  color: #fff;
  padding: 10px 16px;
  margin-left: 40px;
}

.header-contact a.header-twit:hover {
  background: #000;
}

.header-contact a.header-twit i {
  margin-right: 6px;
}

/* navbar */

.nav-row {
  background: #960001;
  padding: 7px 0px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .nav-row {
  padding: 0px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  box-shadow: none;
  border: none;
}

.navbar-inverse .navbar-inner .nav > li > a {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li.current > a, .navbar-inverse .navbar-inner .nav > li > a:focus {
  background: #690000;
  color: #fff;
}

.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: #690000;
  color: #fff;
  box-shadow: none;
}

.dropdown-menu {
  background: #690000;
  border-radius: 0px;
  margin-top: 7px;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #960001;
  color: #fff;
}

/* footer */

.pf-newsletter-row {
  background: #0D4FA3;
  color: #fff;
  padding: 45px 0px 40px;
}

.pf-newsletter-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.pf-newsletter-form form {
  position: relative;
  margin: 0px;
}

.pf-newsletter-form label {
  position: absolute;
  left: 10px;
  top: 13px;
  color: #333;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.pf-newsletter-form .hide-label label {
  opacity: 0;
}

.pf-newsletter-form input[type*="text"] {
  height: 38px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  width: 450px;
}

.pf-newsletter-form input[type*="submit"] {
  position: absolute;
  left: 470px;
  line-height: 34px;
  top: 0px;
  background: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border: none;
  letter-spacing: 2px;
  font-size: 16px;
  padding-left: 50px;
}

.pf-newsletter-form input[type*="submit"]:hover {
  background: #000;
}

.body-public .pf-newsletter-form .wysiwyg-editable > br {
  display: none;
}

.pf-newsletter-form form::after {
  position: absolute;
  content: '\f1d8';
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  left: 480px;
  top: 10px;
}

.pf-contact-row {
  background: #f7f5f6;
  padding: 60px 0px 50px;
}

.pf-contact-row h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0px;
  color: #333;
  letter-spacing: 2px;
}

.pf-contact em {
  font-size: 20px;
}

.pf-sponsor {
  display: inline-block;
  margin-right: 50px;
}

.pf-sponsor:last-child {
  margin-right: 0px;
}

.members-footer {
  background: #960001;
  color: #fff;
  padding: 10px 0px;
}

.mf-copy {
  padding-top: 9px;
}

.mf-copy a {
  color: #fff;
}

.mf-copy a:hover {
  color: #000;
}

.mf-vert-line {
  content: '';
  display: inline-block;
  font-size: 0px;
  margin: 0px 10px;
  width: 2px;
  background: #fff;
  height: 15px;
  position: relative;
  top: 2px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-page-wrapper {
  padding-top: 160px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-top-row {
  margin-top: 80px;
}

.hu-title h3 {
  margin: 0px;
  background: #0D4FA3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
}

.upcomingcomp {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 10px 10px;
}

.upcomingcomp:last-child {
  border-bottom: none;
}

.upcomingcomp a {
  display: block;
}

.upcomingcomp a::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.hu-button a {
  display: block;
  background: #0D4FA3;
  color: #fff;
  padding: 8px 20px;
  position: relative;
  text-transform: uppercase;
}

.hu-button a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 24px;
}

.hu-button a:hover {
  background: #000;
  text-decoration: none;
}

.hr-title h3 {
  margin: 0px;
  background: #960001;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
}

.home-page-wrapper .recentcompresult {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 10px 10px;
}

.home-page-wrapper .recentcompresult:last-child {
  border-bottom: none;
}

.home-page-wrapper .recentcompresult a {
  display: block;
}

.home-page-wrapper .recentcompresult a::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.hr-button a {
  display: block;
  background: #960001;
  color: #fff;
  padding: 8px 20px;
  position: relative;
  text-transform: uppercase;
}

.hr-button a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 24px;
}

.hr-button a:hover {
  background: #000;
  text-decoration: none;
}

.home-intro-space {
  background: #f2f2f2;
  padding: 60px;
}

.home-intro-space h4 {
  margin: 0px;
  text-transform: uppercase;
}

.home-intro-space h1 {
  margin: 0px 0px 30px;
}

.hi-row-title h2 {
  margin: 10px 0px 0px;
  font-weight: 600;
  font-size: 76px;
  line-height: 76px;
}

.hi-row-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0px 0px 10px;
}

.hi-row-button h5 {
  margin: 0px;
}

.hi-row-button h5 a {
  border: 2px solid #0D4FA3;
  color: #0D4FA3;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100px;
  background: transparent;
  width: calc(100% - 32px);
  text-align: center;
}

.hi-row-button h5 a:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}

.hi-row-button h5 a::before {
  content: url('/images/resources/midlandsregion/double-arrow-icon-larger.png');
  position: absolute;
  left: -22px;
  top: 15px;
}

.home-news-section {
  margin-top: 80px;
}

.hntr-title h2 {
  margin: 0px;
  letter-spacing: 2px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.hntr-more-news {
  text-align: right;
  line-height: 40px;
}

.hntr-more-news a {
  color: #333;
  text-transform: uppercase;
}

.hntr-more-news a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 15px;
}

.hnbr {
  margin-top: 20px;
}

.home-main {
  margin-bottom: 100px;
}

.home-main .news-wrapper {
  display: flex;
}

.home-main .news-wrapper .news-item {
  flex: 1 1 0;
  margin-right: 20px;
}

.home-main .news-wrapper .news-item:last-child {
  margin-right: 0px;
}

.news-item .pull-left {
  margin: 0px;
  float: none;
}

.news-item .pull-left img.img-polaroid {
  padding: 0px;
  border: none;
  box-shadow: none;
}

.news-item .media-body {
  margin-top: 25px;
  position: relative;
}

.news-item .media-heading {
  margin-top: 30px;
  position: relative;
}

.news-item .news-date {
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
}

.news-item .news-summary {
  font-size: 0px;
}

.news-item .news-summary br {
  display: none;
}

.news-item .read-more {
  text-transform: uppercase;
  color: #333;
}

/* inner */

.inner-page-wrapper {
  padding-top: 160px;
}

.inner-main {
  margin: 80px 0px 100px;
}

.inner-title h1 {
  margin: 0px;
  text-transform: uppercase;
}

.inner-title {
  margin-bottom: 50px;
}

table th, .table th {
  padding: 6px;
  color: #fff;
  background: #0D4FA3;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

table td, .table td {
  padding: 6px;
}

table tbody tr, .table tbody tr {
  background: #F2F2F2;
}

table tbody tr:nth-child(even), .table tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.inner-sidebar-col h3 {
  margin: 0px 0px 20px;
  letter-spacing: 2px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.inner-sidebar-col h5 {
  margin: 40px 0px 0px;
}

.inner-sidebar-col h5 a {
  border: 2px solid #0D4FA3;
  color: #0D4FA3;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 38px;
  background: transparent;
  width: calc(100% - 32px);
  text-align: center;
  padding: 20px 0px;
}

.inner-sidebar-col h5 a::before {
  content: url('/images/resources/midlandsregion/double-arrow-icon-larger-bg.jpg');
  position: absolute;
  left: -22px;
  top: 15px;
}

.inner-sidebar-col h5 a:hover, .inner-sidebar-col h5 a:focus {
  background: transparent;
  color: #000;
  border-color: #000;
}

.inner-grey-box {
  background: #f2f2f2;
}

.igb-space {
  padding: 40px;
}

.igb-space h3 {
  margin: 0px 0px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.inner-row {
  margin-bottom: 20px;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
}

.inner-nav ul li {
  display: block;
  list-style: none;
  margin-bottom: 3px;
}

.inner-nav ul li a {
  display: block;
  padding: 15px 10px;
  border: 2px solid #8D8D8D;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
}

.inner-nav ul li a:hover {
  color: #0D4FA3;
  border-color: #0D4FA3;
  text-decoration: none;
}

#global > br {
  display: none;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  /*background: url('/images/resources/highpost/members-bg.jpg');*/
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  background: #fff;
  width: 100%;
  min-height: 70px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-wrapsectionper, .body-loginpage .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
  float: left;
  margin-left: 0px;
  top: 0px;
  position: relative;
  padding: 4px 0px;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right {
  top: 10px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner,.body-loginpage .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  width: auto;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
  width: 1170px;
  margin: 0px auto;
  padding: 0px;
}

body[class*="php-"] .header-contact, .body-class-members .header-contact, .body-class-visitorbooking .header-contact, .body-class-getawayletter .header-contact, [class*="body-class-setcoursestatus"] .header-contact, .body-class-opens .header-contact, .body-loginpage .header-contact {
  padding-top: 15px;
}

body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img {
  width: 474px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 80px;
  margin-bottom: 60px;
  border: 2px solid #0D4FA3;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #0D4FA3;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  background: #0D4FA3;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#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: #0D4FA3;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: 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: #000;
  color: white;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: #0D4FA3;
  color: #fff;
  font-weight: 400;
}

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.8);
  border: 2px solid #0D4FA3;
  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: #0D4FA3;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #0D4FA3;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .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-wrapper .header-logo {
  top: 0px;
  margin-top: 0px;
}

.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 .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-roundmgmt table td, .php-roundmgmt table th {
  padding: 2px;
  font-size: 12px;
}

.home-page-wrapper .nivo-caption {
  left: 200px;
  right: 20px;
  width: auto;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .header-space {
    padding: 0px 150px;
  }
  .hu-title h3, .hr-title h3 {
    letter-spacing: 0px;
  }
  .home-page-wrapper .nivo-caption {
    left: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .header-space {
    padding: 0px 100px;
  }
  .hu-title h3, .hr-title h3 {
    letter-spacing: 0px;
  }
  .home-intro-space {
    padding: 60px 30px;
  }
  .hi-row-title h3 {
    text-transform: capitalize;
  }
  .news-item .news-date {
    text-transform: capitalize;
  }
  .pf-newsletter-label {
    letter-spacing: 0px;
    text-transform: initial;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
  }
  .inner-grey-box p a {
    word-break: break-word;
  }
  .home-page-wrapper .nivo-caption {
    left: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .header-space {
    padding: 0px 50px;
  }
  .hu-title h3, .hr-title h3 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
  }
  .inner-grey-box p a {
    word-break: break-word;
  }
  .home-intro-space {
    padding: 60px 30px;
  }
  .hi-row-title h3 {
    text-transform: capitalize;
  }
  .hi-row-title h2 {
   font-size: 56px;
   line-height: 56px;
  }
  .hi-row-title h3 {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .pf-newsletter-label {
    letter-spacing: 0px;
    text-transform: initial;
  }
  .hi-row-button h5 a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .news-item .news-date {
    text-transform: capitalize;
    font-size: 14px;
  }
  .inner-nav ul li a {
    letter-spacing: 0px;
    text-transform: initial;
  }
  .mf-copy {
    font-size: 14px;
  }
  .home-page-wrapper .nivo-caption {
    left: 50px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-space {
    padding: 0px 25px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .hu-title h3, .hr-title h3 {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 15px;
    font-size: 15px;
  }
  .header-logo img {
    width: 474px;
  }
  .header-wrapper {
    min-height: 148px;
  }
  .home-page-wrapper, .inner-page-wrapper {
    padding-top: 148px;
  }
  .home-intro-space {
    padding: 60px 20px;
  }
  .hi-row .span5.hi-row-title {
    width: 100%;
  }
  .hi-row .span7.hi-row-button {
    width: 100%;
    margin-left: 0px;
  }
  .pf-newsletter-label {
    text-transform: initial;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .pf-newsletter-form input[type*="text"] {
    width: 300px;
  }
  .pf-newsletter-form input[type*="submit"] {
    left: 320px;
  }
  .pf-newsletter-form form::after {
    left: 330px;
  }
  .news-item .news-date {
    font-size: 13px;
    text-transform: capitalize;
  }
  .pf-contact {
    font-size: 14px;
  }
  .pf-sponsor {
    margin-right: 15px;
  }
  .mf-copy {
    font-size: 13px;
  }
  .mf-vert-line {
    margin: 0px 5px;
    top: 3px;
  }
  .inner-nav ul li a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .igb-space {
    padding: 40px 20px;
  }
  .inner-grey-box p a {
    word-break: break-word;
  }
  table th, .table th {
    padding: 4px;
    font-size: 14px;
  }
  table td, .table td {
    padding: 4px;
    font-size: 14px;
  }
  .inner-sidebar-col h5 a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    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;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
  .home-page-wrapper .nivo-caption {
    left: 25px;
  }
}

.mf-copy br {
  display: none;
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    padding: 0px 20px;
  }
  .header-logo img {
    width: 416px;
  }
  .header-contact {
    font-size: 13px;
    padding-top: 23px;
  }
  .header-contact a.header-twit {
    margin-left: 10px;
    padding: 10px;
  }
  table th, .table th {
    padding: 2px;
    font-size: 12px;
  }
  table td, .table td {
    padding: 2px;
    font-size: 12px;
  }
  .inner-content-col table td {
    padding: 0px;
  }
  .pf-newsletter-label {
    text-transform: initial;
    letter-spacing: 0px;
  }
  .pf-newsletter-form input[type*="text"] {
    width: 400px;
  }
  .pf-newsletter-form input[type*="submit"] {
    left: 0px;
    position: relative;
  }
  .pf-newsletter-form form::after {
    left: 6px;
    top: 68px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-copy br {
    display: block;
  }
  .inner-sidebar-col h5 a::before {
    display: none;
  }
  .inner-sidebar-col h5 a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  .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;
  }
  .home-top-row .span3 {
    width: 48.61878453038674%;
  }
  .home-top-row .span6 {
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }
  .home-page-wrapper .nivo-caption {
    left: 20px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 130px;
  }
  .home-page-wrapper {
    padding-top: 0px;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 5px 10px;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    background: #000;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    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: #0D4FA3;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .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: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 20px;
    text-align: left;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }
  .nav-collapse .dropdown-menu {
    background: #690000;
  }
  .nav-collapse .dropdown-menu > li {
    margin: 0px 5px;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li > a:focus {
    background: #960001;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-logo {
    padding: 5px 0px;
  }
  .header-space {
    margin: 0px 10px;
    padding: 0px;
  }
  .header-contact {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .header-contact a.header-twit {
    padding: 5px 10px;
    margin-left: 10px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
    text-transform: initial;
  }
  .dropdown-menu > li > a {
    white-space: normal;
  }
  .home-recent {
    margin-top: 30px;
  }
  .home-intro-space {
    margin-top: 30px;
    padding: 60px 20px;
  }
  .hi-row-button h5 a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .home-news-section {
    position: relative;
  }
  .hntr-more-news {
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }
  .home-main .news-wrapper {
    display: block;
  }
  .home-main {
    text-align: center;
  }
  .home-main .news-wrapper .news-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .news-item .news-date {
    right: 0px;
  }
  .pf-newsletter-row {
    text-align: center;
  }
  .pf-newsletter-label {
    letter-spacing: 0px;
    text-transform: initial;
    margin-bottom: 20px;
  }
  .pf-newsletter-form input[type*="text"] {
    width: 300px;
  }
  .pf-contact-row {
    text-align: center;
  }
  .pf-sponsor {
    display: block;
    margin: 15px 0px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-copy br {
    display: block;
  }
  .mf-copy a {
    display: block;
    margin: 6px 0px;
  }
  .mf-copy .mf-vert-line {
    display: none;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 10px;
  }
  .header-logo img {
    width: auto;
  }
  .pf-newsletter-form form {
    width: 320px;
    margin: 0px auto;
  }
  .pf-newsletter-form input[type*="submit"] {
    position: relative;
    left: 0px;
  }
  .pf-newsletter-form form::after {
    top: auto;
    bottom: 27px;
    left: 75px;
  }
  .inner-main {
    text-align: center;
  }
  .igb-space {
    padding: 30px 10px;
  }
  .last-col {
    margin-top: 30px;
  }
  .inner-row {
    margin-bottom: 30px;
  }
  .inner-grey-box a {
    font-size: 14px;
  }
  .inner-nav ul li a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .table th, table th {
    font-size: 12px;
    padding: 2px;
  }
  .table td, table td {
    font-size: 12px;
    padding: 2px;
  }
  .inner-content-col {
    overflow-x: scroll;
  }
  .inner-sidebar-col h5 a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .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;
  }
  .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-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 10px;
  }
  #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;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
  .home-page-wrapper .nivo-caption {
    left: 20px;
  }
}

/* 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 styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .page-footer {
  display: none;
}

.php-ckeditor .home-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .inner-page-wrapper {
  padding-top: 0px;
}

/* invalid page */

.invalid-page .header-wrapper {
  background: #fff;
}

.invalid-page #globalwrap {
  margin-top: 180px;
  padding-left: 20px;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-book {
    display: none;
  }
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

/* slideshow dots and arrows */

#globalwrap .nivo-directionNav {
  display: none;
}

#globalwrap .nivo-controlNav-Wrapper {
  width: 200px;
  right: 30px;
  z-index: 20;
  left: auto;
  display: none;
}

@media (min-width: 0px) and (max-width: 1199px) {
  #globalwrap .nivo-controlNav-Wrapper {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .news-item .pull-left img.img-polaroid {
    margin: 0px auto;
  }
}

#globalwrap .nivo-controlNav {
  padding: 0px;
}

#globalwrap .nivo-controlNav a {
  background: transparent;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#globalwrap .nivo-controlNav a.active {
  background: #fff;
}

/* slideshow titles */

#globalwrap .nivo-caption {
  background: transparent;
  opacity: 1;
  text-shadow: 1px 1px #000;
  font-family: 'Montserrat', sans-serif;
}

#globalwrap .home-page-wrapper .nivo-caption > p {
  padding: 10px 0px;
}

#globalwrap .nivo-caption h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
}

#globalwrap .nivo-caption p {
  color: #fff;
}

@media (min-width: 980px) {
  .home-top-row {
    display: flex;
  }
  .home-upcoming {
    position: relative;
    padding-bottom: 44px;
  }
  .hu-button {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  .home-recent {
    position: relative;
    padding-bottom: 44px;
  }
  .hr-button {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: #0D4FA3;
  border: 2px solid #0D4FA3;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  background: #000;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.inner-content-col ul {
  margin: 0px 0px 10px;
}

.inner-content-col ul li {
  list-style: none;
  line-height: 28px;
}

.inner-content-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #0D4FA3;
  font-size: 10px;
  position: relative;
  top: -2px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 120px;
    object-fit: cover;
  }
}

.inner-full-nav h2 {
  display: none;
}

.inner-full-nav {
  padding: 10px 0px;
  border-top: 2px solid #960001;
  margin-top: 30px;
}

.inner-full-nav ul {
  margin: 0px;
}

/*.inner-full-nav ul li {
  display: inline-block;
  margin: 0px 6px;
  list-style: none;
}*/

.inner-full-nav ul li a {
  color: #333;
  text-transform: uppercase;
}

.inner-full-nav ul li.current > a, .inner-full-nav ul li > a:hover {
  color: #0D4FA3;
}

.inner-full-nav ul li {
  display: block;
  border: 2px solid #8D8d8d;
  margin: 5px 0px;
  transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
}

.inner-full-nav ul li:hover {
  border-color: #0D4FA3;
}

.inner-full-nav ul li a {
  padding: 6px 10px;
  display: block;
}

.body-public .nav > li.nav-menu-seniors_section {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-competition .content-wrapper p a.btn {
    width: 200px;
    display: block;
    margin: 4px 0px;
  }
}

.inner-content-col .gallery-thumbs ul li::before {
  display: none;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #960001;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #960001;
  text-align: left;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #960001;
  text-align: left;
  height: 30px;
  width: 70%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #960001;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px 0px 5px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px 0px 5px;
}

.php-ckeditor.body-class-members .public-footer {
  display: block;
}

@media (min-width: 768px) and (max-width: 979px) {
  .php-roundmgmt .content-wrapper #statistics.span4 {
    overflow-x: scroll;
  }
}

@media (min-width: 980px) {
  .body-public .nav > li.nav-menu-juniors_section .dropdown-menu {
    left: auto;
    right: 0px;
  }
  .body-public .nav > li.nav-menu-seniors .dropdown-menu {
    left: auto;
    right: 0px;
  }
  .body-public .navbar .nav > li.nav-menu-juniors_section > .dropdown-menu::before, .body-public .navbar .nav > li.nav-menu-juniors_section > .dropdown-menu::after {
    left: auto;
    right: 9px;
  }
  .body-public .navbar .nav > li.nav-menu-seniors > .dropdown-menu::before, .body-public .navbar .nav > li.nav-menu-seniors > .dropdown-menu::after {
    left: auto;
    right: 9px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .news-item .news-date {
    text-transform: capitalize;
    font-size: 12px;
  }
  .inner-grey-box p a {
    word-break: break-word;
  }
  .igb-space {
    padding: 30px 10px;
  }
  .inner-nav ul li a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 12px;
  }
}

.inner-nav ul li a {
  position: relative;
}

.inner-nav ul li a::before {
  content: '';
  position: absolute;
  top: 8px;
  height: calc(100% - 20px);
  width: 6px;
  left: -3px;
  background: #fff;
  display: inline-block;
}

.igb-space {
  position: relative;
}

@media (min-width: 1600px) {
  .igb-logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .igb-space {
    padding-bottom: 60px;
  }
}

.nav-menu-information .dropdown-menu > li:nth-child(1) {
  display: none;
}

.nav-menu-information .dropdown-menu > li:nth-child(2) {
  display: none;
}

.nav-menu-information .dropdown-menu > li:nth-child(3) {
  display: none;
}

.nav-menu-information .dropdown-menu > li:nth-child(4) {
  display: none;
}

.nav-menu-information .dropdown-menu > li:nth-child(5) {
  display: none;
}

.nav-menu-information {
  display: none;
}

.inner-content-col .menu-section h2 {
  display: none;
}

.pfs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* end anton styles */

.pf-newsletter-row {
  display:none;
}