/* 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: #4472C7;
  margin: 20px 0px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #4472C7;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #4472C7;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #4472C7;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #4472C7;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #4472C7;
}

h5 a {
  background: #4472C7;
  color: #fff;
  display: inline-block;
  padding: 10px 60px 10px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
}

h5 a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 8px;
  right: 10px;
}

.inner-full h5 {
  display: inline-block;
  margin-right: 20px;
}

.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: #E2A43D;
  color: #fff;
  text-decoration: none;
}

a {
  color: #4472C7;
  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 styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  width: 100%;
  min-height: 0px;
}

.header-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: rgba(222,222,222,0.6);*/
  width: 115px;
  height: 114px;
}

.header-logo a {
  display: inline-block;
  margin: 0px 0px 0px 15px;
}

.header-logo img {
  width: 80px;
}

/* navbar styles */

#hamburger-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 116px;
  height: 114px;
  background: #4472C7;
  border: none;
  box-shadow: none;
  z-index: 200;
}

#hamburger-icon .line {
  position: absolute;
  left: 34px;
  width: 48px;
  height: 3px;
  background: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#hamburger-icon:hover .line {
  background: #E4A442;
}

.show-menu #hamburger-icon .line {
  background: #E4A442;
}

.show-menu #hamburger-icon:hover .line {
  background: #fff;
}

#hamburger-icon .line-1 {
  top: 43px;
}

#hamburger-icon .line-2 {
  top: 56px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 69px;
}

.show-menu #hamburger-icon .line-1 {
  top: 56px;
  transform: rotate(45deg);
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 56px;
  transform: rotate(-45deg);
}

#myNavbar {
  position: absolute;
  top: 0px;
  background: #4472C7;
  right: -350px;
  width: 350px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-menu #myNavbar {
  right: 0px;
}

.nav-wrapper {
  padding: 120px 30px 40px;
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  display: block;
  float: none;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  color: #fff;
  background: #2f4f8b;
}

.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: #2f4f8b;
  color: #E4A442;
  box-shadow: none;
}

.dropdown-menu {
  position: relative;
  width: 100%;
  float: none;
  border-radius: 0px;
  background: #223963;
  margin-top: 0px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  color: #E4A442;
  background: transparent;
}

/* footer */

.footer-logo-row {
  background: #fff;
  padding: 60px 0px;
}

.footer-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-flex > div {
  margin: 0px 50px;
  text-align: center;
}

.footer-flex > div:first-child {
  margin-left: 0px;
}

.footer-flex > div:last-child {
  margin-right: 0px;
}

.footer-info-row {
  background: #f7f7f7;
  padding: 60px 0px;
}

.footer-info-row h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
}

.footer-info-row a {
  color: #333;
}

.footer-info-row a:hover {
  color: #4472C7;
}

.footer-address p {
  margin-bottom: 2px;
}

.footer-links p {
  margin-bottom: 2px;
}

.footer-social em {
  font-size: 24px;
  margin-right: 10px;
  width: 30px;
}

.footer-social p {
  margin-bottom: 15px;
}

.members-footer {
  background: #4472C7;
  color: #fff;
  padding: 15px 0px;
}

.mf-copy {
  padding-top: 0px;
  line-height: 24px;
}

.mf-copy a {
  color: #E4A442;
}

.mf-copy a:hover {
  text-decoration: underline;
  color: #000;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

.body-class-members .mf-copy a {
  display: none;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-slideshow .galleryInner img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.body-public .home-slideshow .wysiwyg-editable > br {
  display: none;
}

.home-video-row {
  display: flex;
  align-items: center;
}

.flip-split {
  flex-direction: row-reverse;
}

.home-change-box {
  width: 50%;
}

.hcb-space {
  padding: 30px 150px;
}

.hcb-menu {
  font-size: 0px;
}

.hcb-menu a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}

.hcb-menu a::after {
  margin: 0px 15px;
  width: 2px;
  background: #4472C7;
  height: 16px;
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
}

.hcb-menu .wysiwyg-editable a:last-of-type::after {
  display: none;
}

.home-video {
  width: 50%;
}

.home-comp-map-row {
  display: flex;
  align-items: center;
}

.home-comp-result-box {
  width: 50%;
  background: #F0F0F0;
  padding: 8px 0px;
}

.home-comp-box {
  width: 48%;
  padding: 0px 8px;
  border-right: 1px solid #fff;
  float: left;
}

.home-comp-box h3 {
  background: #4472C7;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding: 17px 40px;
  margin: 0px 0px 6px;
}

.hcb-see-more {
  background: #fff;
  padding: 8px 40px;
  text-transform: uppercase;
}

.hcb-see-more a {
  display: block;
  position: relative;
  color: #333;
}

.hcb-see-more a:hover {
  color: #4472C7;
}

.hcb-see-more a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #4472C7;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 22px;
}

.home-result-box {
  width: 48%;
  padding: 0px 8px;
  border-left: 1px solid #fff;
  margin-left: 2px;
  float: right;
}

.home-result-box h3 {
  background: #E4A442;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding: 17px 40px;
  margin: 0px 0px 6px;
}

.home-result-box .recentcompresult, .home-comp-box .upcomingcomp {
  background: #fff;
  padding: 12px 40px;
  margin-bottom: 4px;
}

.home-result-box .recentcompresult a, .home-comp-box .upcomingcomp a {
  display: block;
  color: #333;
}

.home-result-box .recentcompresult a:hover {
  color: #e4a442;
}

.home-comp-box .upcomingcomp a:hover {
  color: #4472C7;
}

.hrb-see-more {
  background: #fff;
  padding: 8px 40px;
  text-transform: uppercase;
}

.hrb-see-more a {
  display: block;
  position: relative;
  color: #333;
}

.hrb-see-more a:hover {
  color: #e4a442;
}

.hrb-see-more a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #e4a442;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 22px;
}

.body-public .home-comp-result-box div[class*="see-more"] br {
  display: none;
}

.home-map-box {
  width: 50%;
}

.home-news-row {
  display: inline-block;
  width: 100%;
}

.home-news-row .news-item {
  float: left;
  width: 33.281%;
  margin-right: 1px;
}

.home-news-row .news-item .pull-left {
  float: none;
  margin: 0px;
}

.home-news-row .news-item .img-polaroid {
  padding: 0px;
  border: none;
  box-shadow: none;
  max-height: 320px;
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.home-news-row .news-item .media-body {
  position: relative;
  margin-left: 75px;
  margin-top: 30px;
  margin-right: 20px;
}

.home-news-row .news-item .media-heading {
  color: #333;
}

.home-news-row .news-item .news-summary {
  font-size: 0px;
}

.home-news-row .news-item .news-summary br {
  display: none;
}

.home-news-row .news-item .news-summary .read-more {
  font-size: 16px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* inner */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-main-background {
  position: relative;
  background: #f4f4f4;
}

.inner-main-holder {
  background: #fff;
  position: relative;
  z-index: 20;
  top: -60px;
}

.inner-space {
  padding: 70px 70px 120px;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px 0px 20px;
}

.inner-nav ul li {
  font-size: 0px;
  display: inline-block;
}

.inner-nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inner-nav ul li a::after {
  margin: 0px 15px;
  width: 2px;
  background: #4472C7;
  height: 16px;
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
}

.inner-nav ul li:last-of-type a::after {
  display: none;
}

.inner-nav ul li.current a, .inner-nav ul li a:hover {
  color: #333;
}

.body-contentpage  #global > br {
  display: none;
}

.inner-main-holder h4 {
  text-transform: uppercase;
  color: #8a8a8a;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  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: #4472c7;
  width: 100%;
  min-height: 90px;
  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 {
  width: 70px;
  float: left;
  margin-left: 0px;
  top: 0px;
  position: relative;
  height: 90px;
  /*background: #fff;*/
}

body[class*="php-"] .header-logo a, .body-class-members .header-logo a, .body-class-visitorbooking .header-logo a, .body-class-getawayletter .header-logo a, [class*="body-class-setcoursestatus"] .header-logo a, .body-class-opens .header-logo a, .body-loginpage .header-logo a {
  margin-left: 5px;
  margin-top: 2px;
  width: 60px;
}

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, .body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 14px;
  padding: 10px 12px;
  letter-spacing: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li {
  float: left;
  display: inline;
}

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;
  position: relative;
}

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-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon {
  display: none;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar {
  position: relative;
  width: 100%;
  right: 0px;
  top: 25px;
}

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: 110px;
  margin-bottom: 60px;
  border: 2px solid #4472c7;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #4472c7;
  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-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
  padding: 0px 10px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
  position: absolute;
  width: auto;
}

/* 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, .body-class-club_login {
   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, .body-class-club_login .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: #4472c7;
  color: #fff;
  padding: 8px 16px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 700;
  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: #E2A43D;
  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: #4472c7;
  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 #4472c7;
  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: #4472c7;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #4472c7;
  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-right: 10px;
  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;
}

.home-page-wrapper .news-wrapper {
  display: flex;
  flex-direction: row;
}

.home-page-wrapper .news-wrapper .news-item {
  flex-grow: 1;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .inner-space {
    padding: 60px 60px 100px;
  }
  .hcb-space {
    padding: 30px 125px;
  }
  .home-comp-box {
    width: 47.5%;
  }
  .home-result-box {
    width: 47.5%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .inner-space {
    padding: 50px 50px 80px;
  }
  .hcb-space {
    padding: 30px 100px;
  }
  .home-comp-box {
    width: 47%;
  }
  .home-result-box {
    width: 47%;
  }
  .home-news-row .news-item .media-body {
    margin-left: 35px;
  }
  .footer-flex > div {
    margin: 0px 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .inner-space {
    padding: 40px 40px 60px;
  }
  .hcb-space {
    padding: 30px 50px;
  }
  .home-comp-box h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 14px 10px;
  }
  .home-result-box h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 14px 10px;
  }
  .home-result-box .recentcompresult {
    padding: 6px 10px;
    font-size: 14px;
  }
  .home-comp-box {
    width: 46.5%;
  }
  .home-result-box {
    width: 46.5%;
  }
  .hrb-see-more {
    padding: 4px 10px;
  }
  .hcb-see-more {
    padding: 4px 10px;
  }
  .home-news-row .news-item .media-body {
    margin-left: 20px;
  }
  .footer-flex > div {
    margin: 0px 35px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .hcb-space {
    padding: 30px 25px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .home-news-row .news-item .img-polaroid {
    height: 220px;
    max-height: 220px;
  }
  .home-news-row .news-item .media-body {
    margin-left: 20px;
  }
  .footer-flex > div {
    margin: 0px 25px;
  }
  .mf-copy {
    font-size: 14px;
  }
  .home-comp-box h3 {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .home-result-box h3 {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .hcb-see-more {
    padding: 4px 10px;
  }
  .hrb-see-more {
    padding: 4px 10px;
  }
  .home-comp-box {
    width: 46%;
  }
  .home-result-box {
    width: 46%;
  }
  .home-result-box .recentcompresult {
    padding: 4px 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .inner-space {
    padding: 50px 25px 120px;
  }
  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*="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, .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 11px;
    padding: 10px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    padding: 10px 15px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .home-slideshow .galleryInner {
    height: auto !important;
  }
  .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .hcb-space {
    padding: 30px 20px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .hcb-menu a {
    text-transform: capitalize;
  }
  .hcb-menu a::after {
    margin: 0px 10px;
  }
  .home-comp-map-row {
    flex-direction: column;
  }
  .home-comp-result-box {
    width: 100%;
  }
  .home-map-box {
    width: 100%;
  }
  .home-comp-box {
    width: 47.5%;
  }
  .home-result-box {
    width: 47.5%;
  }
  .home-news-row .news-item .img-polaroid {
    max-height: 170px;
    height: 170px;
  }
  .home-news-row .news-item .media-body {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-flex > div {
    margin: 0px 8px;
  }
  .footer-info-row h4 {
    letter-spacing: 0px;
  }
  .footer-info-row {
    font-size: 15px;
  }
  .mf-copy {
    font-size: 12px;
  }
  .inner-space {
    padding: 50px 20px 120px;
  }
  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;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-logo {
    width: 86px;
    height: 90px;
  }
  .header-logo a {
    width: 60px;
    margin-top: 5px;
    margin-left: 14px;
  }
  #hamburger-icon {
    width: 86px;
    height: 90px;
  }
  #hamburger-icon .line {
    left: 23px;
    width: 40px;
  }
  #hamburger-icon .line-1 {
    top: 30px;
  }
  #hamburger-icon .line-2 {
    top: 43px;
  }
  #hamburger-icon .line-3 {
   top: 56px; 
  }
  .show-menu #hamburger-icon .line-1 {
    top: 43px;
  }
  .show-menu #hamburger-icon .line-3 {
    top: 43px;
  }
  .nav-wrapper {
    padding: 90px 30px 40px;
  }
  .body-public.body-class-home #myNavbar, .body-public.body-contentpage #myNavbar {
    height: 100vh !important;
    overflow-y: auto;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
  }
  .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: #2f4f8b;
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon {
    display: block;
  }
  body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar {
    top: 0px;
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li {
    float: none;
    display: block;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .body-class-members .nav-wrapper {
    padding: 15px 10px;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .body-class-members .dropdown-menu {
    position: relative;
    background: #223963;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: #E4A442;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #E4A442;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-slideshow .galleryInner {
    height: auto !important;
  }
  .home-slideshow .galleryInner img {
    height: auto !important;
    min-height: 230px;
    object-fit: cover;
  }
  .home-video-row {
    display: block;
    padding: 0px 20px;
  }
  .home-change-box {
    width: 100%;
  }
  .hcb-space {
    padding: 30px 0px;
    text-align: center;
  }
  .hcb-menu a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hcb-menu a::after {
    margin: 0px 10px;
  }
  .home-video {
    width: auto;
    padding: 0px;
    margin-bottom: 40px;
  }
  .home-comp-map-row {
    display: block;
    padding: 0px 20px;
  }
  .home-comp-result-box {
    width: 100%;
    display: inline-block;
  }
  .home-comp-box {
    width: 44%;
  }
  .home-result-box {
    width: 44%;
  }
  .home-comp-box h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 5px;
  }
  .home-result-box h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 5px;
  }
  .home-result-box .recentcompresult {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
  }
  .hcb-see-more {
    text-transform: capitalize;
    padding: 5px 15px 5px 5px;
  }
  .hcb-see-more a::after {
    right: -10px;
  }
  .hrb-see-more {
    text-transform: capitalize;
    padding: 5px 15px 5px 5px;
  }
  .hrb-see-more a::after {
    right: -10px;
  }
  .home-map-box {
    margin: 30px 0px;
    width: 100%;
  }
  .home-news-row {
    display: block;
    padding: 0px 20px;
    width: auto;
  }
  .home-page-wrapper .news-wrapper {
    display: block;
  }
  .home-news-row .news-item {
    width: 100%;
    float: none;
    margin: 20px 0px;
    text-align: center;
  }
  .home-news-row .news-item .img-polaroid {
    max-height: 220px;
    max-width: 335px;
    margin: 0px auto;
  }
  .home-news-row .news-item .media-body {
    margin: 30px 0px 0px;
  }
  .public-footer {
    text-align: center;
  }
  .footer-social {
    margin-top: 30px;
  }
  .footer-links {
    margin-top: 30px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 10px;
  }
  .inner-space {
    padding: 30px 20px 100px;
    text-align: center;
  }
  .inner-nav ul li {
    display: block;
    margin: 8px 0px;
  }
  .inner-nav ul li a {
    display: block;
  }
  .inner-nav ul li a::after {
    display: none;
  }
  .last-col {
    margin-top: 40px;
  }
  .inner-main-background {
    padding: 30px 0px;
  }
  .inner-main-holder {
    top: 0px;
  }
  .inner-full h5 {
    display: block;
    margin: 0px;
  }
  .footer-logo-row {
    padding: 20px 0px;
  }
  .footer-flex {
    display: block;
  }
  .footer-flex > div {
    margin: 15px 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: auto;
    margin: 0px 10px;
  }
  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;
  }
  .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: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .body-public.body-class-home #myNavbar, .body-public.body-contentpage #myNavbar {
    width: 100%;
    right: -500px;
  }
  .show-menu.body-public.body-class-home #myNavbar, .show-menu.body-public.body-contentpage #myNavbar {
    right: 0px;
  }
}

/* editor style */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px 10px;
}

.php-ckeditor .inner-main-holder {
  top: 0px;
}

@media (min-width: 1200px) {
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

/* invalid page */

.invalid-page .header-wrapper {
  background: #6a172b;
}

.invalid-page #globalwrap {
  margin-top: 150px;
  padding-left: 20px;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.inner-full ul li {
  line-height: 28px;
}

/* inner tables */

.inner-page-wrapper table thead th {
  padding: 6px;
  font-weight: 400;
  border: 2px solid #4472c7;
}

.inner-page-wrapper table tbody td {
  padding: 6px;
  border: 2px solid #4472c7;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table thead th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-page-wrapper table tbody td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767x) {
  .inner-page-wrapper table thead th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-page-wrapper table tbody td {
    padding: 2px;
    font-size: 12px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #f4f4f4;
  border-radius: 0px;
  border: 2px solid #4472c7;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #f4f4f4;
  border-radius: 0px;
  border: 2px solid #4472c7;
  text-align: left;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #f4f4f4;
  border-radius: 0px;
  border: 2px solid #4472c7;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper .inner-full-content form input {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form select {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form textarea {
  text-align: center;
}

@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: #4472c7;
  border: none;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #E2A43D;
  color: #fff;
}

.home-slideshow .nivo-caption, .inner-slideshow .nivo-caption {
  bottom: 80px;
  left: 50px;
  background: transparent;
  opacity: 1;
  width: auto;
  right: 10px;
}

.nivo-caption h4 {
  color: rgba(255,255,255,1);
  font-size: 32px;
  line-height: 42px;
  text-shadow: 1px 1px #000;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}

.content-wrapper #globalwrap .nivo-caption > p {
  padding: 5px 0px;
  font-size: 18px;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slideshow .nivo-caption, .inner-slideshow .nivo-caption {
    left: 10px;
    right: 10px;
  }
  .nivo-caption h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .content-wrapper #globalwrap .nivo-caption > p {
    font-size: 16px;
  }
}

/* slideshow dots and arrows */

.content-wrapper .nio-controlNav-Wrapper {
  display: none;
}

.content-wrapper .nivo-directionNav {
  display: block;
}

.content-wrapper .nivo-prevNav {
  background: url('/images/resources/hampshire/slideshow-arrow-prev.png');
  width: 26px;
  height: 43px;
  left: 60px;
}

.content-wrapper .nivo-nextNav {
  background: url('/images/resources/hampshire/slideshow-arrow-next.png');
  background-position: 0px;
  width: 26px;
  height: 43px;
  right: 60px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper .nivo-directionNav {
    display: none !important;
  }
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.scrollTop a{
  opacity: 0;
  background-color: #D5D5D7;
  border: 2px solid #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #4472c7;
  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 {
  color: #FC0;
  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-page-wrapper {
    padding-top: 90px;
  }
  .home-slideshow .nivo-caption, .inner-slideshow .nivo-caption {
    left: 10px;
    bottom: 10px;
  }
  h5 a {
    padding: 10px 45px 10px 25px;
  }
}

.content-wrapper .nivo-controlNav-Wrapper {
  display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members #myNavbar {
    height: 0px !important;
  }
  .body-class-members.show-menu #myNavbar {
    height: auto !important;
  }
}

@media (min-width: 980px) {
  .home-comp-map-row {
    background: #f0f0f0;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full {
    overflow-x: scroll;
  }
  .body-class-whs iframe {
    width: 280px !important;
    height: 158px !important;
  }
}

.inner-full ul li {
  margin-bottom: 10px;
  list-style: none;
}

.inner-full ul {
  margin-left: 0px;
}

.inner-full ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #4472c7;
  font-size: 10px;
  position: relative;
  top: -2px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
}

.home-instagram {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-clubs .last-col {
    margin-top: 0px;
  }
}

.body-class-club_login .header-wrapper {
  position: relative;
  background: #4472c7;
  width: 100%;
  min-height: 90px;
}

.body-class-club_login .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.body-class-club_login .header-logo {
  width: 70px;
  float: left;
  margin-left: 0px;
  top: 0px;
  position: relative;
  height: 90px;
  background: #fff;
}

.body-class-club_login .header-logo a {
  margin-left: 5px;
  margin-top: 5px;
  width: 60px;
}

.body-class-club_login .nav-section {
  margin-top: 0px;
  width: auto;
}

.body-class-club_login #hamburger-icon {
  display: none;
}

.body-class-club_login #myNavbar {
  position: relative;
  width: 100%;
  right: 0px;
  top: 25px;
}

.body-class-club_login .nav-wrapper {
  padding: 0px 10px;
}

.body-class-club_login .navbar-inverse .nav > li {
  float: left;
}

.body-class-club_login .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 14px;
  padding: 10px 12px;
  letter-spacing: 0px;
}

.body-class-club_login {
  background: url('/images/resources/hampshire/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.body-class-club_login .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

.body-class-club_login #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #4472c7;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-club_login .header-space {
    width: 940px;
  }
  .body-class-club_login .content-wrapper {
    width: 940px;
  }
  .body-class-club_login .navbar-inverse .nav > li > a {
    padding: 10px;
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-club_login .content-wrapper {
    width: 724px;
  }
  .body-class-club_login .header-space {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-club_login #hamburger-icon {
    display: block;
  }
  .body-public.body-class-home.body-class-club_login #myNavbar, .body-public.body-contentpage.body-class-club_login #myNavbar {
    top: 0px;
    height: 0px !important;
  }
  .body-public.body-class-home.body-class-club_login.show-menu #myNavbar, .body-public.body-contentpage.body-class-club_login.show-menu #myNavbar {
    height: auto !important;
  }
  .body-class-club_login .navbar-inverse .nav > li {
    float: none;
    display: block;
  }
  .body-class-club_login .dropdown-menu {
    position: relative;
    background: #223963;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-club_login .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .body-class-club_login .header-space {
    width: auto;
    margin: 0px 10px;
  }
}

.php-ckeditor #globalwrap .public-footer {
  display: block;
}

/* slideshow titles */



/* end anton styles */