/* 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: 'Calibri','Roboto Condensed', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #23478d;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #23478d;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #23478d;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #23478d;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #23478d;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #23478d;
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #ea2e82;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
}

.content-wrapper h5 a {
  font-style: normal;
}

.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: #ea2e82;
  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: #8c1b4e;
}

.content-wrapper a {
  font-style: italic;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Calibri','Roboto Condensed', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  min-height: 120px;
  background: #23478d;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 90px;
}

.header-space {
  position: relative;
}

.header-logo {
  position: absolute;
  width: 478px;
  height: 120px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 20;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  height: 90px;
}

.header-logo::after {
  content: '';
  background-image: url('/images/resources/slcga/light-blue-slant.jpg');
  position: absolute;
  top: 0px;
  height: 120px;
  right: 0px;
  width: 48px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo::after {
  height: 90px;
}

.header-logo img {
  width: 62px;
  position: relative;
  top: 27px;
  left: 56px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo img {
  top: 7px;
}

.header-logo .hl-text {
  position: absolute;
  display: block;
  text-transform: uppercase;
  color: #23478d;
  font-size: 23px;
  line-height: 23px;
  left: 142px;
  top: 36px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo .hl-text {
  top: 16px;
}

.header-social {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ea2e82;
  width: 117px;
  height: 120px;
  z-index: 18;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-social {
  height: 90px;
}

.header-social::before {
  content: '';
  background-image: url('/images/resources/slcga/pink-slant.png');
  position: absolute;
  top: 0px;
  height: 120px;
  left: -47px;
  width: 48px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-social::before {
  height: 90px;
}

.header-social .hs-icons {
  position: absolute;
  top: 48px;
  right: 10px;
  font-size: 24px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-social .hs-icons {
  top: 24px;
}

.header-social .hs-icons a {
  color: #fff;
  margin-right: 8px;
}

.header-social .hs-icons a:last-of-type {
  margin-right: 0px;
}

.header-social .hs-icons a:hover {
  color: #ec74aa;
}

/* navbar */

.nav-section {
  margin-left: 500px;
  margin-right: 180px;
}

.navbar-inverse .navbar-inner {
  padding: 0px;
  position: relative;
  top: 38px;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .navbar-inverse .navbar-inner {
  top: 18px;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: #ec74aa;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  box-shadow: none;
  color: #ec74aa;
}

.dropdown-menu {
  background: #1e3d7a;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  color: #ec74aa;
  background: transparent;
}

/* footer */

.public-footer {
  background: #f7f5f6;
  padding: 80px 0px 70px;
}

.public-footer h4 {
  margin-top: 0px;
}

.public-footer .footer-links a {
  margin-right: 30px;
}

.public-footer .footer-links a:last-child {
  margin-right: 0px;
}

.footer-links a:hover {
  text-decoration: none;
}

.members-footer {
  background: #23478d;
  color: #fff;
  padding: 15px 0px;
}

.mf-copy {
  padding-top: 9px;
}

.mf-copy a {
  color: #fff;
}

.mf-copy a:hover, .mf-copy a:focus {
  color: #ec74aa;
}

.mf-vert-line {
  content: '';
  margin: 0px 10px;
  width: 2px;
  height: 14px;
  background: #fff;
  display: inline-block;
  font-size: 0px;
  position: relative;
  top: 2px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page styles */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home page */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-page-wrapper {
  margin: 100px 0px;
}

.nch-title {
  margin: 40px 0px;
}

.nch-title h4 {
  text-transform: uppercase;
  margin: 0px 0px 0px 60px;
  position: relative;
}

.nch-title h4::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  width: 42px;
  height: 2px;
  background: #CBCFCE;
}

.nch-controls {
  margin: 41px 0px;
  text-align: right;
}

.nch-controls a {
  color: #23478d;
  font-size: 24px;
  margin-right: 25px;
}

.nch-controls a:last-of-type {
  margin-right: 0px;
}

/* news carousel */

.news-jcarousel {
    width: 1400px;
    overflow: hidden;
    height: 360px;
    margin: 0px auto;
    left: 0px;
    position: relative;
}

.news-jcarousel .news-wrapper {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 10000px;
    position: absolute;
}

.news-jcarousel .news-item {
    float: left;
    position: relative;
    margin-right: 20px;
    width: 333px;
}

.news-jcarousel a.pull-left {
  float: none;
  margin: 0px;
}

.news-jcarousel img.img-polaroid {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
}

.news-jcarousel .media-body {
  position: relative;
  margin-top: 20px;
}

.news-jcarousel .news-date {
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-jcarousel .media-heading {
  margin-top: 30px;
  font-size: 20px;
}

.news-jcarousel .news-summary {
  font-size: 0px;
}

.news-jcarousel .news-summary a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px !important;
}

.carousel-controls a:hover {
  cursor: pointer;
  color: #ea2e82;
}

.home-content h4 {
  text-transform: uppercase;
  margin: 20px 0px 10px;
  color: #333;
}

.hu-title h3 {
  background: #23478d;
  margin: 0px;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

.hu-comps .upcomingcomp {
  padding: 25px 20px 15px;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
}

.hu-comps a {
  display: block;
  font-size: 20px;
}

.hu-comps .annoucedate {
  font-size: 16px;
  text-transform: uppercase;
  color: #4c4d4f;
}

.hu-button a {
  display: block;
  background: #23478d;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

.hu-button a:hover {
  background: #000;
}

.hr-title h3 {
  background: #ea2e82;
  margin: 0px;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

.hr-comps .recentcompresult {
  padding: 25px 20px 15px;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
}

.hr-comps a {
  display: block;
  font-size: 20px;
}

.hr-comps .annoucedate {
  font-size: 16px;
  text-transform: uppercase;
  color: #4c4d4f;
}

.hr-button a {
  display: block;
  background: #ea2e82;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

.hr-button a:hover {
  background: #000;
}

.body-public .home-upcoming .wysiwyg-editable > br {
  display: none;
}

.body-public .home-recent .wysiwyg-editable > br {
  display: none;
}

.hu-facebook {
  margin-top: 40px;
}

.hu-facebook a {
  display: block;
  padding: 21px 10px;
  text-align: center;
  color: #fff;
  background: #2374e1;
  font-size: 28px;
  font-style: normal;
}

.hu-facebook em {
  margin-right: 5px;
}

.hu-facebook a:hover {
  background: #000;
}

.hr-instagram {
  margin-top: 40px;
}

.hr-instagram a {
  display: block;
  padding: 21px 10px;
  text-align: center;
  color: #fff;
  background: url('/images/resources/slcga/instagram-background.png') #000;
  font-size: 28px;
  font-style: normal;
  background-size: cover;
}

.hr-instagram em {
  margin-right: 5px;
}

.hr-instagram a:hover {
  background: #000;
}

/* inner page */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-page-wrapper {
  margin: 100px 0px;
}

.body-contentpage #global > br {
  display: none;
}

.inner-nav {
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #d8d8d8;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  text-align: center;
  margin: 0px;
}

.inner-nav ul li {
  display: inline-block;
  margin: 0px 6px;
}

.inner-nav ul li a {
  padding: 5px;
  color: #23478d;
  position: relative;
  font-style: normal;
}

.inner-nav ul li a::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #d8d8d8;
  position: absolute;
  bottom: -11px;
  display: block;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.inner-nav ul li a:hover, .inner-nav ul li.current a {
  color: #ea2e82;
}

.inner-nav ul li a:hover::after , .inner-nav ul li.current a::after  {
  opacity: 1;
}

.inner-full {
  margin: 60px 0px 0px;
  text-align: left;
}

.inner-full h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin: 0px;
}

.inner-full h3 {
  color: #333;
}

/* inner tables */

.inner-main table {
  margin: 20px 0px;
  text-align: left;
  border-collapse: separate;
  border-spacing: 1px;
}

.inner-main table thead {
  background: #f7f5f6;
  color: #333;
}

.inner-main table th {
  text-transform: uppercase;
  border: 1px solid #c0c0c0;
  font-weight: 400;
  padding: 6px;
  color: #333;
}

.inner-main table td {
  margin: 2px 0px;
  border: 1px solid #c0c0c0;
  padding: 6px;
}

/* 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; /*url('/images/resources/highpost/members-bg.jpg')*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.body-class-members .header-wrapper {
  min-height: 90px;
  position: relative;
}

.body-class-members .nav-section {
  margin-top: 0px;
  width: auto;
}

.body-class-members .header-logo {
  width: 82px;
  height: 90px;
  margin-left: 0px;
  position: relative;
  float: left;
}

.body-class-members .header-logo::after {
  height: 90px;
  right: -38px;
}

.body-class-members .header-logo img {
  top: 7px;
  left: 10px;
}

.body-class-members .header-top-right {
  top: 10px;
}

.body-class-members .hl-text {
 display: none;
}

.body-class-members .header-social {
  display: none;
}

.body-class-members .nav-section {
  margin-left: 120px;
  margin-right: 0px;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 18px;
  width: auto;
}

.body-class-visitorbooking .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

.body-class-members .header-space {
  width: 1170px;
  margin: 0px auto;
}

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: 210px;
  margin-bottom: 60px;
  border: 2px solid #ea2e82;
  padding: 20px;
  background: rgba(255,255,255,1);
}

@media (min-width: 0px) and (max-width: 979px) {
  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: 70px;
  }
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #ea2e82;
  padding: 20px;
  background: rgba(255,255,255,1);
}

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;
}

/* 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: #ea2e82;
  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: #ea2e82;
  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,1);
  border: 2px solid #ea2e82;
  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: #ea2e82;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #ea2e82;
  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-members .header-wrapper {
  position: relative;
}

.body-class-members .mf-hide {
  display: none;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .news-jcarousel {
    width: 1300px;
  }
  .news-jcarousel .news-item {
    width: 307px;
  }
  .header-logo img {
    left: 20px;
  }
  .header-logo .hl-text {
    left: 106px;
  }
  .header-logo {
    width: 408px;
  }
  .nav-section {
    margin-left: 410px;
  }
  .hr-instagram a {
    font-size: 24px;
  }
  .hu-facebook a {
    font-size: 24px;
  }
  .public-footer .footer-links a {
    margin-right: 20px;
  } 
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .news-jcarousel {
    width: 1200px;
  }
  .news-jcarousel .news-item {
    width: 283px;
  }
  .header-logo .hl-text {
    font-size: 20px;
    text-transform: capitalize;
  }
  .header-logo img {
    left: 20px;
  }
  .header-logo .hl-text {
    left: 106px;
  }
  .header-logo {
    width: 330px;
  }
  .nav-section {
    margin-left: 335px;
  }
  .public-footer .footer-links a {
    margin-right: 7px;
  }
  .hr-instagram a {
    font-size: 24px;
  }
  .hu-facebook a {
    font-size: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .news-jcarousel {
    width: 1100px;
  }
  .news-jcarousel .news-item {
    width: 258px;
  }
  .header-logo .hl-text {
    font-size: 20px;
    text-transform: capitalize;
  }
  .header-logo img {
    left: 20px;
  }
  .header-logo .hl-text {
    left: 106px;
  }
  .header-logo {
    width: 330px;
  }
  .nav-section {
    margin-left: 335px;
  }
  .hr-instagram a {
    font-size: 20px;
  }
  .hu-facebook a {
    font-size: 20px;
  }
  .hu-title h3 {
    text-transform: capitalize;
  }
  .hr-title h3 {
    text-transform: capitalize;
  }
  .public-footer .footer-links a {
    margin-right: 30px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-hide {
    display: block;
  }
  .mf-hide .mf-vert-line {
    display: none;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 12px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .news-jcarousel {
    width: 930px;
  }
  .news-jcarousel .news-item {
    width: 290px;
  }
  .header-logo .hl-text {
    display: none;
  }
  .header-logo img {
    left: 20px;
  }
  .header-logo {
    width: 144px;
  }
  .nav-section {
    margin-left: 150px;
  }
  .hr-instagram a {
    font-size: 18px;
  }
  .hu-facebook a {
    font-size: 18px;
  }
  .hu-title h3 {
    text-transform: capitalize;
  }
  .hr-title h3 {
    text-transform: capitalize;
  }
  .public-footer .footer-links a {
    margin-right: 30px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-copy .mf-vert-line:nth-of-type(3) {
    opacity: 0;
    height: 0px;
    display: block;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 12px;
  }
  .body-class-members .header-space {
    width: 940px;
  }
  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;
  }
  .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;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-logo .hl-text {
    display: none;
  }
  .header-logo img {
    left: 20px;
  }
  .header-logo {
    width: 144px;
  }
  .header-social {
    left: 146px;
    right: auto;
    z-index: 25;
  }
  .news-jcarousel {
    width: 728px;
  }
  .news-jcarousel .news-item {
    width: 225px;
  }
  .news-jcarousel .news-date {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .news-jcarousel {
    height: 300px;
  }
  .home-row.row-fluid .span6 {
    width: 100%;
    display: block;
  }
  .home-row {
    text-align: center;
  }
  .home-row.row-fluid .span3 {
    width: 48.61878453038674%;
  }
  .home-row.row-fluid .span3.home-upcoming {
    margin-left: 0px;
  }
  .public-footer .footer-links a {
    margin-right: 15px;
  }
  .public-footer .footer-links a:nth-of-type(2) img {
    max-width: 60px;
  }
  .public-footer .footer-links a:nth-of-type(3) img {
    max-width: 110px;
  }
  .public-footer .footer-links a:nth-of-type(5) img {
    max-width: 90px;
  }
  .public-footer .footer-links a:last-of-type img {
    max-width: 210px;
  }
  .mf-copy {
    padding: 0px;
  }
  .inner-page-wrapper {
    margin: 0px 0px 100px;
  }
  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;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .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;
  }
}

.mf-copy br {
  display: none;
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
  }
  .header-logo img {
    top: 7px;
  }
  .header-social .hs-icons {
    top: 28px;
  }
  .header-wrapper {
    min-height: 90px;
  }
  .header-social {
    height: 90px;
  }
  .header-logo {
    height: 90px;
  }
  .header-logo::after {
    height: 90px;
  }
  .header-social::before {
    height: 90px;
  }
  .home-page-wrapper {
    margin: 0px 0px 90px;
  }
  .nav-section {
    margin: 0px 20px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 5px 10px;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    background: #ec74aa;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    height: 32px;
    z-index: 30;
    position: absolute;
    top: 24px;
    right: 20px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .navbar-inner {
    margin-top: 90px;
    top: 0px;
    padding: 10px 0px;
  }
  .club-menu-button-lines {
    margin-top: -7px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Roboto Condensed', 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 .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
  }
  .navbar {
    margin: 0px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: #ec74aa;
  }
  .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #ec74aa;
  }
  .mf-copy br {
    display: block;
  }
  .nav-collapse .dropdown-menu {
    background: #1e3d7a;
  }
  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-section, .body-loginpage .nav-section {
    margin-left: 0px;
    margin-right: 0px;
  }
  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 {
    top: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-logo .hl-text {
    display: none;
  }
  .header-logo img {
    left: 10px;
  }
  .header-logo {
    width: 120px;
  }
  .header-social {
    left: 120px;
    right: auto;
    z-index: 25;
    width: 80px;
  }
  .header-social .hs-icons {
    right: 22px;
  }
  .nch-title {
    margin-bottom: 10px;
  }
  .nch-controls {
    margin-top: 10px;
    text-align: center;
  }
  .news-jcarousel {
    width: 320px;
  }
  .news-jcarousel .news-item {
    width: 315px;
  }
  .home-row {
    text-align: center;
  }
  .home-upcoming {
    margin-top: 40px;
  }
  .home-recent {
    margin-top: 40px;
  }
  .public-footer .footer-links a {
    margin: 10px 15px 10px 0px;
  }
  .public-footer .row-fluid .footer-links {
    width: 250px;
    margin: 0px auto;
  }
  .footer-links {
    text-align: center;
  }
  .inner-page-wrapper {
    margin: 0px 0px 100px;
  }
  .inner-nav ul li a::after {
    display: none;
  }
  .inner-nav ul li {
    display: block;
    list-style: none;
    margin: 4px 0px;
  }
  .inner-nav ul li a {
    display: block;
    border: 2px solid #d8d8d8;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-copy a {
    display: block;
    margin: 4px 0px;
  }
  .mf-copy .mf-vert-line {
    display: none;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 6px;
  }
  .inner-main table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td {
    padding: 2px;
    font-size: 12px;
  }
  .hu-facebook a {
    max-width: 340px;
    font-size: 22px;
    margin: 0px auto;
  }
  .hr-instagram a {
    max-width: 340px;
    font-size: 22px;
    margin: 0px auto;
  }
  .nch-title {
    text-align: center;
  }
  .nch-title h4 {
    margin: 0px;
  }
  .nch-title h4::before {
    display: none;
  }
  .news-jcarousel .news-date {
    right: 0px;
    text-align: center;
  }
  .news-jcarousel {
    text-align: center;
  }
  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;
  }
  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;
  }
  .footer-cc {
    margin-top: 30px;
    text-align: center;
  }
}

/* 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 .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .home-page-wrapper {
  margin: 30px 0px;
}

.php-ckeditor .page-footer {
  display: none;
}

.php-ckeditor .included-carousel {
  margin: 20px 0px;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.php-ckeditor .inner-page-wrapper {
  margin: 30px 0px;
}

.body-class-members.php-ckeditor .public-footer {
  display: block;
}

.php-ckeditor .public-footer .footer-links a {
  margin-right: 30px;
}

.php-ckeditor .hu-title h3 {
  text-transform: capitalize;
}

.php-ckeditor .hr-title h3 {
  text-transform: capitalize;
}

.php-ckeditor .hu-facebook a {
  font-size: 20px;
}

.php-ckeditor .hr-instagram a {
  font-size: 20px;
}

/* invalid page */

.invalid-page #globalwrap {
  margin-top: 200px;
  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;
  }
  .last-col {
    margin-top: 40px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .news-jcarousel {
    width: 460px;
    height: 280px;
  }
  .news-jcarousel .news-item {
    width: 220px;
    margin-right: 10px;
  }
  .news-jcarousel .news-date {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #ea2e82;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #ea2e82;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #ea2e82;
  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: #ea2e82;
  border: none;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

/* slideshow title */

.content-wrapper [class*="slideshow"] .nivo-caption {
  max-width: 900px;
  left: 200px;
  bottom: 120px;
  background: transparent;
  opacity: 1;
  z-index: 11;
  font-family: 'Roboto Condensed', sans-serif;
}

.content-wrapper [class*="slideshow"] .nivo-caption h4 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 1px 1px #000;
  margin: 0px;
}

.content-wrapper [class*="slideshow"] .galleryInner::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 8;
  height: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,5c7d24+100,5c7d24+100&0+0,0.42+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(92,125,36,0.42) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(92,125,36,0.42) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(92,125,36,0.42) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b5c7d24',GradientType=0 ); /* IE6-9 */
}

.content-wrapper [class*="slideshow"] .nivo-caption {
  bottom: 0px;
  width: 100%;
  background: rgba(35,71,141,0.6);
  left: 0px;
  max-width: 100%;
}

.content-wrapper [class*="slideshow"] .nivo-caption h4 {
  max-width: 900px;
  left: 200px;
  position: relative;
}

.home-slideshow .home-tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 200px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  z-index: 12;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .content-wrapper [class*="slideshow"] .nivo-caption h4 {
    left: 150px;
  }
  .home-slideshow .home-tag {
    left: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .content-wrapper [class*="slideshow"] .nivo-caption h4 {
    left: 100px;
  }
  .home-slideshow .home-tag {
    left: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .content-wrapper [class*="slideshow"] .nivo-caption h4 {
    left: 50px;
  }
  .home-slideshow .home-tag {
    left: 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper [class*="slideshow"] .nivo-caption h4 {
    left: 25px;
  }
  .home-slideshow .home-tag {
    left: 25px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper [class*="slideshow"] .nivo-caption h4 {
    left: 20px;
    width: calc(100% - 40px);
  }
  .home-slideshow .home-tag {
    left: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="slideshow"] .nivo-caption {
    display: none !important;
  }
  .home-slideshow .home-tag {
    color: #23478d;
    text-shadow: none;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 20px;
    transform: translate(0px);
  }
  .nch-title {
    margin-top: 10px;
  }
}

/* slideshow dots and arrows */

.content-wrapper [class*="slideshow"] .nivo-directionNav {
  display: none !important;
}

.content-wrapper [class*="slideshow"] .nivo-controlNav-Wrapper {
  left: auto;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  z-index: 10;
}

.content-wrapper [class*="slideshow"] .nivo-controlNav a {
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 12px;
  display: block;
}

.content-wrapper [class*="slideshow"] .nivo-controlNav a.active {
  background: #fff;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper [class*="slideshow"] .nivo-controlNav-Wrapper {
    right: 25px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .content-wrapper [class*="slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
}

.inner-full ul, .home-content ul {
  margin: 0px 0px 10px;
}

.inner-full ul li, .home-content ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before, .home-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #ea2e82;
  position: relative;
  top: -3px;
}

.inner-full .gallery-thumbs ul li::before {
  display: none;
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.body-class-members .nav .dropdown-menu li[class*="show=men"] {
  display: none;
}

.inner-full img[style*="float:right"] {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.inner-full img[style*="float:left"] {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full img[style*="float:right"] {
    float: none !important;
    margin: 10px auto;
    display: block;
  }
  .inner-full img[style*="float:left"] {
    float: none !important;
    margin: 10px auto;
    display: block;
  }
}

@media (min-width: 980px) {
  .home-flex {
    display: flex;
  }
  .home-upcoming {
    position: relative;
    padding-bottom: 110px;
  }
  .hu-facebook {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .home-recent {
    position: relative;
    padding-bottom: 110px;
  }
  .hr-instagram {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}

.body-class-events .diary-left-nav {
  display: none;
}

.body-class-events .diaryFilter {
  display: none;
}

.home-slideshow {
  position: relative;
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-social::before {
    background: url('/images/resources/slcga/pink-slant-quick.png');
  }
}

@media (min-width: 980px) {
  .header-social::before {
    background: url('/images/resources/slcga/pink-blue-slant.png');
  }
}

.body-class-events table tr th:last-child {
  display: none;
}

.body-class-events .diary-nav-right a:nth-child(2) {
  display: none;
}

.body-class-events .diary-nav-right {
  display: none;
}

.body-class-events .diary-year tr td.diarytags {
  display: none;
}

.body-class-events .diary-year tr th {
  background: #23478d;
  color: #fff;
}

@media (min-width: 1600px) {
  .news-wrapper .news-item img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .news-wrapper .news-item img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-wrapper .news-item img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .news-wrapper .news-item img {
    max-height: 190px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .news-wrapper .news-item img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .home-row.row-fluid .span6 {
    margin-left: 0px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .news-wrapper .news-item img {
    max-height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .news-wrapper .news-item img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper [class*="slideshow"] .nivo-controlNav-Wrapper {
    top: 10px;
    transform: translateY(0px);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-nav ul li a::after {
    display: none;
  }
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.php-countyclubs .span5 #map_container {
  width: 100% !important;
}

.county-clubs-sidebar a {
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.county-clubs-sidebar a.hide-club {
  display: none;
}

.club-filter input {
  width: calc(100% - 20px);
  padding: 10px;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
}

.county-clubs-sidebar {
  font-size: 0px;
  height: 600px;
  overflow-y: scroll;
}

.county-clubs-sidebar a {
  font-size: 16px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  display: inline-block;
  width: calc(100% - 40px);
  border-top: 1px solid #E1E1E1;
  padding: 15px 20px;
}

.county-clubs-sidebar br {
  display: none;
}

.county-clubs-sidebar a:hover {
  color: #b41f25;
}

.no-clubs {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.no-clubs.disp {
  opacity: 1;
  visibility: visible;
}

.php-knockout .knockout thead tr span {
  font-size: 14px !important;
}

.hs-icons img {
  width: 20px;
  position: relative;
  top: -2px;
}

.inner-page-wrapper .inner-full .diary-nav-right {
  display: none;
}

.inner-page-wrapper table.diary-year tbody th:last-child {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer-partnerships {
    margin-top: 20px;
    text-align: center;
  }
  .footer-partnerships img {
    width: 240px;
  }
  .inner-full .column {
    margin-top: 20px;
  }
  .inner-full .span3.column img {
    border-radius: 50%;
  }
}

/* end anton styles */

/* .homeaway {
  	display: none;
}*/