/* anton styles */

/* temp hide */

.body-public .hole-sponsor {
  display: none;
}

.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: 'Lora', serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #01573E;
  margin-bottom: 30px;
  font-family: 'Lora', serif;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #01573E;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Lora', serif;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #01573E;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Lora', serif;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #01573E;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #01573E;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Lora', serif;
}

h5 a {
  background: #01573E;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #ef4035;
  color: #fff;
  text-decoration: none;
}

a {
  color: #01573E;
  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: #ef4035;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Lato', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 129px;
  background: #fff;
  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: 89px;
  border-bottom: 2px solid #01573e;
}

.header-space {
  width: 1400px;
  margin: 0px auto;
  position: relative;
}

.header-logo {
  position: absolute;
  width: 92px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 40;
  top: 14px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  top: 4px;
  width: 74px;
}

.header-login {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 15;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-login a {
  display: inline-block;
  padding: 10px 15px;
  background: #01573E;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.fix .header-login {
  top: 25px;
}

.header-login a:hover {
  background: #ef4035;
}

/* navbar */

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0px;
  position: relative;
  top: 45px;
  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: 25px;
}

.body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
  margin-left: 217px;
}

.body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:nth-child(6), .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:nth-child(6) {
  margin-left: 105px;
}

.navbar-inverse .navbar-inner .nav > li > a {
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #01573E;
  text-shadow: none;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
}

.navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li.current > a {
  background: #01573E;
  color: #fff;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: #01573E;
  color: #fff;
}

.dropdown-menu {
  background: #E0DDCE;
  margin-top: 15px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  padding: 6px 20px;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-menu > li.active > a, .dropdown-menu > li > a:hover {
  color: #fff;
  background: transparent;
}

.dropdown-menu > li {
  border-bottom: 1px solid #fff;
  margin: 0px 5px;
}

.dropdown-menu > li:last-child {
  border-bottom: none;
}

.navbar .nav > li > .dropdown-menu::before {
  display: none;
}

.navbar .nav > li > .dropdown-menu::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E0DDCE;
  top: -15px;
  left: 20px;
}

/* footer */

.public-footer {
  background-image: url('/images/resources/thetford/new-footer-bg.png');
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 60px;
  background-size: cover;
  background-position: center;
  font-family: 'Montserrat', sans-serif;
}

.pf-social a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #01573e;
  border: 2px solid #01573e;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 10px;
}

.pf-social a:last-child {
  margin-right: 0px;
}

.pf-social a:hover {
  border-radius: 20%;
  color: #ef4035;
  border-color: #ef4035;
}

.pf-address {
  padding-top: 40px;
}

.pf-address .footer-tel {
  margin: 0px 16px 0px 20px;
}

.pf-address a {
  color: #333;
}

.pf-address a:hover {
  color: #ef4035;
}

.pf-ig-logo {
  padding-top: 15px;
  padding-bottom: 550px;
}

.pf-ig-logo img {
  width: 120px;
}

.pf-logos {
  text-align: center;
  padding: 100px 0px 270px;
}

.pf-logos a:nth-of-type(2) {
  margin: 0px 25px;
}

.pf-copy {
  padding-top: 40px;
}

.body-public .members-footer {
  display: none;
}

.body-class-members .public-footer {
  display: none;
}

.members-footer {
  background: #01573E;
  color: #fff;
  padding: 15px 0px;
  font-family: 'Montserrat', sans-serif;
}

.mf-copy {
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page styles */

.page-space {
  padding: 0px 200px;
}

#globalwrap {
  padding-top: 0px;
}

/* home page */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-content-area {
  padding-top: 100px;
  text-align: center;
}

.home-title h4 {
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: 'Lora', serif;
  font-size: 24px;
  line-height: 28px;
}

.home-title h1 {
  font-size: 46px;
  line-height: 56px;
  margin: 0px;
}

.home-intro {
  padding-top: 40px;
  line-height: 32px;
}

/* inner page */

.inner-page-wrapper {
  padding-top: 90px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-content-area {
  padding-top: 60px;
  text-align: center;
}

.inner-title h1 {
  margin: 0px;
}

.inner-title {
  padding-bottom: 40px;
}

/* inner included */

.inner-full-row {
  padding-top: 60px;
}

.inner-full-row .row-fluid .span3 {
  margin-left: 0px;
  width: 25%;
}

.ifr-pic {
  position: relative;
}

.ifr-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  /*background: rgba(0,0,0,0.7);*/
  color: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

/*.ifr-overlay:hover {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
}*/

.ifr-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  left: 0px;
  text-shadow: 1px 1px #000;
  right: 0px;
  margin: 0px auto;
}

.ifr-content:hover .ifr-text {
  color: #00FFB5;
}

.ifr-text a {
  color: #fff;
}

.ifr-text a:hover {
  color: #00FFB5; 
}

.body-public [class*="editor-only"] {
  display: none;
}

/* course page */

.scorecard-box {
  padding: 30px 0px;
  text-align: center;
}

.scorecard-box a {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
  background: #01573e;
  color: white;
  width: 200px;
  font-family: 'Montserrat', sans-serif;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover {
  background: #ef4035;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box #whs-open-link.hide-whs {
  display: none;
}

.scorecard-box #whs-close-link {
  display: none;
}

.scorecard-box #whs-close-link.disp-whs {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-box .whs-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#whs-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#whs-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-content .table th, .scorecard-content .table td {
  text-align: center;
  border: 2px solid #01573e;
}

.scorecard-content th.White {
  color: black;
}

.scorecard-content .White {
  background: white;
}

.scorecard-content .Yellow {
  background: #FC0;
  color: black;
}

.scorecard-content .Red {
  background: #F00;
  color: white;
}

.scorecard-content .Blue {
  background: #00f;
  color: white;
}

.scorecard-content table.scorecard.table thead tr th {
  border-top: 2px solid #01573e;
}

/* hole page */

.hole-slideshow {
  position: relative;
}

.hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hole-nav {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  width: auto;
  z-index: 10;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  display: inline-block;
}

.hole-nav ul li::after {
  content: '';
  height: 2px;
  width: 12px;
  background: #fff;
  margin: 0px 1px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 49px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 18px;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover {
  background: rgba(255,255,255,0.4);
}

.hole-scroll-holder {
  position: relative;
}

.hole-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 10;
  width: 45px;
  height: 50px;
  top: -25px;
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

.hole-scroll a {
  color: #333;
}

.hole-scroll a i {
  color: #01573e;
  font-size: 16px;
}

.hole-scroll a:hover {
  cursor: pointer;
}

.hole-title {
  text-align: center;
  padding-top: 80px;
}

.hole-title h1 {
  margin: 0px;
}

.hole-row {
  padding-top: 70px;
}

.hole-row .span6.pull-left.hole-map {
  margin-left: 0px;
  text-align: right;
}

.hole-map img {
  width: 100%;
}

.hole-content-col h4 {
  color: #333;
  font-family: 'Lora', serif;
}

.hole-sponsor {
  padding-top: 55px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/thetford/booking-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
/*
.body-class-visitorbooking {
  background: url('/images/resources/thetford/booking-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
*/

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  background: #fff;
  width: 100%;
  min-height: 103px;
}

body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
  width: 1170px;
  margin: 0px 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: 80px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
}

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: 95px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 26px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .nav-space, .body-class-members .nav-space, .body-class-visitorbooking .nav-space, .body-class-getawayletter .nav-space, [class*="body-class-setcoursestatus"] .nav-space, .body-class-opens .nav-space, .body-loginpage .nav-space {
  width: 1170px;
}

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: 110px;
  margin-bottom: 60px;
  border: 2px solid #01573e;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #01573e;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  display: block;
  padding: 15px 0px;
}

/* 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: #01573e;
  color: white;
  padding: 8px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  border: transparent;
  font-family: 'Montserrat', sans-serif;
   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: #ef4035;
  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 */

.body-class-members .header-wrapper {
  position: relative;
}

.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.85);
  border: 2px solid #01573e;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #01573e;
  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: 6px;
  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: 14px;
  letter-spacing: 0px;
}

.body-class-members .header-top-band {
  display: none;
}

.body-class-members.php-login .header-top-band {
  display: block;
}

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*="php-"] .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  top: 26px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .header-space {
    width: 1300px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
  }
  .header-login a {
    letter-spacing: 0px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
    margin-left: 242px;
  }
  .dropdown-menu > li > a {
    letter-spacing: 0px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .header-space {
    width: 1200px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
    padding: 10px 12px;
  }
  .header-login a {
    letter-spacing: 0px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
    margin-left: 140px;
  }
  .dropdown-menu > li > a {
    letter-spacing: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .header-space {
    width: 1100px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .header-login a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
    margin-left: 140px;
  }
  .dropdown-menu > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
   .navbar-inverse .navbar-inner .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
     font-size: 12px;
     padding: 10px 10px;
  }
  .header-login span {
    display: none;
  }
  .dropdown-menu > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 14px;
  }
  .header-space {
    width: 930px;
  }
  .header-login a {
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 10px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
    margin-left: 100px;
  }
  .public-footer {
    padding-top: 40px;
  }
  .pf-address .footer-tel {
    display: block;
    margin: 6px 0px;
  }
  .footer-email {
    display: block;
  }
  .hole-nav ul li::after {
    width: 8px;
  }
  .hole-nav ul li a {
    width: 41px;
    line-height: 41px;
    font-size: 16px;
  }
  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-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
}

@media (min-width: 980px) {
  .header-login i {
    display: none;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .pf-address .footer-tel {
    display: block;
    margin: 6px 0px;
  }
  .hole-nav {
    position: relative;
    background: #000;
    padding: 10px 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .hole-nav ul {
    width: 565px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .ifr-text {
    font-size: 18px;
    line-height: 28px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  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*="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;
  }
  .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;
    text-transform: capitalize;
    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;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 103px;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
  .header-space {
    margin: 0px 10px;
    width: auto;
  }
  .header-logo {
    margin-left: 0px;
    width: 84px;
    top: 4px;
  }
  .header-login {
    top: 15px;
  }
  .header-login span {
    display: none;
  }
  .header-login a {
    padding: 5px 0px;
    text-align: center;
    width: 110px;
  }
  .header-login i {
    margin-right: 6px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 110px;
    padding: 5px 10px;
    margin-top: 60px;
    font-size: 16px;
    letter-spacing: 2px;
    background: #01573e;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #ef4035;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 6px;
    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 {
    margin-bottom: 0px;
  }
  .navbar-inverse .navbar-inner {
    padding: 20px;
  }
  .navbar-inner .nav {
    text-align: left;
  }
  .navbar-inverse .navbar-inner .nav > li {
    display: block;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    padding: 10px 15px;
    border-bottom: none;
    color: #01573E;
  }
  .navbar-inverse .navbar-inner .nav > li.current > a, .navbar-inverse .navbar-inner .nav > li > a:hover {
    color: #fff;
    background: #01573E;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .nav-collapse .dropdown-menu {
    background: #e0ddce;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #333;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover, .nav-collapse .dropdown-menu > li.current > a {
    background: transparent;
    background-image: none;
    color: #ef4035;
  }
  .header-right-side {
    float: none;
  }
  .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;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 16px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav .dropdown-menu {
    font-size: 14px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
    margin-left: 0px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:nth-child(5), .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:nth-child(5) {
    margin-left: 0px;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:nth-child(6), .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:nth-child(6) {
    margin-left: 0px;
  }
  .navbar-inverse .navbar-inner {
    top: 0px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
    height: auto !important;
  }
  .hole-scroll-holder {
    display: none;
  }
  .body-class-members .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar:focus {
    margin-top: 35px;
  }
  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-left: 0px;
    top: 0px;
    padding-right: 20px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-content-area {
    padding-top: 60px;
  }
  .home-title h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .pf-address .footer-tel {
    margin: 6px 0px;
    display: block;
  }
  .pf-logos {
    padding: 110px 0px 190px;
  }
  .hole-nav {
    position: relative;
    background: #000;
    padding: 10px 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-nav ul li a {
    width: 39px;
    line-height: 39px;
    font-size: 16px;
  }
  .hole-nav ul li::after {
    width: 6px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .inner-full-row {
    padding: 0px 20px;
  }
  .inner-full-row .row-fluid .span3 {
    width: 100%;
    margin: 15px auto;
    max-width: 500px;
  }
  .hole-row {
    padding-top: 40px;
  }
  .hole-sponsor {
    padding-top: 30px;
  }
  .hole-content-col {
    text-align: center;
  }
  .hole-map {
    clear: both;
    padding-top: 30px;
  }
  .hole-row .span6.pull-left.hole-map {
    text-align: center;
  }
  .hole-map img {
    max-width: 400px;
    width: 100%;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-ig-logo {
    padding-top: 10px;
    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;
    margin: 0px 10px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  [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;
    text-transform: capitalize;
  }
  .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: 95px;
    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;
  }
  .last-col {
    padding-top: 30px;
  }
}

/* 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.body-class-members .navbar-inverse .navbar-inner {
  margin-left: 0px;
  background: #000;
  top: 0px;
}

.php-ckeditor a.btn {
  padding: 8px 15px;
}

.php-ckeditor .hole-nav {
  position: relative;
  margin-top: 10px;
  bottom: 0px;
  left: 0px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .hole-scroll {
  display: none;
}

.php-ckeditor .ifr-pic {
  margin-top: 15px;
}

.php-ckeditor .ifr-overlay {
  position: relative;
}

.php-ckeditor .ifr-text {
  position: relative;
  top: 0px;
  transform: translateY(0px);
}

.php-ckeditor .ifr-overlay:hover {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

/* additional members */

.members-page.row-fluid .span4.pull-left {
  margin-left: 0px;
}

/* content tables */

.inner-page-wrapper table th {
  background: #01573E;
  color: white;
  border: 2px solid #01573E;
  padding: 6px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.inner-page-wrapper table td {
  border: 2px solid #01573E;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 12px;
    padding: 2px;
  }
}

/* slideshow titles */

.content-wrapper #globalwrap .home-page-wrapper .nivo-caption {
  display: none !important;
}

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  z-index: 12;
  font-family: 'Montserrat', sans-serif;
}

.nivo-caption h4 {
  color: #05C88F;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  z-index: 14;
  bottom: 100px;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  width: 200px;
}

.content-wrapper .nivo-controlNav {
  padding: 0px;
}

.content-wrapper .nivo-controlNav a {
  background-image: url('/images/resources/thetford/slideshow-not-active.png');
  content: '';
  width: 22px;
  height: 22px;
  border: none;
  display: inline-block;
  font-size: 0px;
  position: relative;
  margin-right: 8px;
  top: 0px;
}

.content-wrapper .nivo-controlNav a.active {
  background-image: url('/images/resources/thetford/slideshow-not-active.png');
  background-position: center;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 0px;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #01573E;
  text-align: center;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #01573E;
  text-align: center;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #01573E;
  text-align: center;
  height: 30px;
  width: 70%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #01573E;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #ef4035;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 979px) {
  .content-wrapper .home-page-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
   display: none;
  }
  .content-wrapper [class*="-slideshow"] .nivo-controlNav {
    display: none;
  }
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.body-public .hole-slideshow .wysiwyg-editable > br {
  display: none;
}

.body-public .home-slideshow .wysiwyg-editable > br {
  display: none;
}

/*.body-public [class*="-slideshow"] .galleryInner::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 70%;
  background-image: url('/images/resources/thetford/slideshow-gradient.png');
  background-position: bottom;
  background-size: cover;
}*/

@media (min-width: 0px) and (max-width: 979px) {
  .body-public [class*="-slideshow"] .galleryInner::after {
    display: none;
  }
  .body-class-our_course .content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper, .content-wrapper .hole-page-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
}

.home-scroll {
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 80px;
  text-align: center;
  bottom: 30px;
}

.home-scroll a {
  color: #fff;
  text-transform: uppercase;
}

.home-scroll a:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-scroll {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pf-address {
    padding-top: 20px;
  }
  .pf-copy {
    padding-top: 20px;
  }
}

.hole-scroll a#hole-scroll-trig {
  position: relative;
  top: 1px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .inner-full-content img {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 15px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage .inner-page img {
    width: 100%;
    display: block;
    margin: 8px auto;
  }
}

.partners-page img {
  margin: 6px 0px;
}

.pf-social a:first-child {
  color: #4867aa;
  border-color: #4867aa;
}

.pf-social a:nth-child(2) {
  color: #5da9dd;
  border-color: #5da9dd;
}

.pf-social a:nth-child(3) {
  color: #8a43b4;
  border-color: #8a43b4;
}

.inner-title {
  position: absolute;
  z-index: 12;
  left: 0px;
  right: 0px;
  bottom: 35px;
  margin: 0px auto;
  text-align: center;
  padding: 0px;
}

.inner-title h1 {
  margin: 0px;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 48px;
}

.inner-full-text {
  padding-bottom: 60px;
}

.inner-col-pic {
  position: relative;
}

.inner-col-title {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  bottom: 40px;
}

.inner-col-title h2 {
  color: #fff;
  margin: 0px;
  text-shadow: 1px 1px #000;
}

.inner-col-content {
  margin-top: 50px;
}

.inner-full-content table td h5 {
  margin: 0px;
}

.inner-full-content table td h5 a {
  margin: 0px;
  padding: 6px 12px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.pf-logos {
  padding: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .pf-logos {
    padding-bottom: 30px;
  }
  .pf-ig-logo {
    padding-bottom: 330px;
  }
  .public-footer {
    padding-top: 0px;
  }
  .inner-title {
    position: relative;
    bottom: 0px;
    padding: 30px 20px 0px;
  }
  .inner-title h1 {
    color: #01573E;
    text-shadow: none;
  }
}

.society-package-row {
  display: flex;
  width: 100%;
  align-items: top;
}

.spr-col {
  width: 22%;
}

.spr-plus {
  position: relative;
  width: 32px;
}

@media (min-width: 768px) {
  .spr-plus i {
    font-size: 40px;
    color: #4F81BD;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .spr-plus {
    text-align: center;
    margin: 10px auto;
  }
  .spr-plus i {
    font-size: 40px;
    color: #4F81BD;
  }
}

.spr-one {
  margin: 0px 1% 0px 0px;
}

.spr-two {
  margin: 0px 1%;
}

.spr-three {
  margin: 0px 1%;
}

.spr-four {
  margin: 0px 0px 0px 1%;
}

.spr-col h5 {
  margin: 6px 0px;
  font-size: 18px;
}

.spr-col hr {
  border: 2px solid #01573e;
  margin: 12px 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .society-package-row {
    display: block;
  }
  .spr-col {
    width: auto;
  }
  .spr-one {
    margin: 20px 0px;
  }
  .spr-two {
    margin: 20px 0px;
  }
  .spr-three {
    margin: 20px 0px;
  }
  .spr-four {
    margin: 20px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-login span {
    display: none;
  }
  .body-public.body-class-home .navbar-inverse .navbar-inner .nav > li:first-child, .body-public.body-contentpage .navbar-inverse .navbar-inner .nav > li:first-child {
    margin-left: 107px;
  }
  .body-public .navbar-inverse .navbar-inner .nav > li > a {
    padding: 10px;
  }
}

.inner-full-content .row-fluid .span3.custom-offset {
  margin-left: 12.5%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full-content .row-fluid .span3.custom-offset {
    margin-left: 0px;
  }
}

.pf-tlogo img {
  width: 100px;
}

@media (min-width: 768px) {
  .pf-logos {
    padding-top: 28px;
  }
  .pf-social {
    padding-top: 28px;
  }
  .spr-title {
    display: none;
  }
}

@media (min-width: 980px) {
  .header-login {
    right: 25px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-login {
    right: 10px;
  }
}

.society-package-row.hide-plus .spr-plus {
  opacity: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .society-package-row.hide-plus {
    display: none;
  }
}

.society-package-row.hide-plus {
  align-items: initial;
}

@media (min-width: 0px) and (max-width: 767px) {
  .pf-address {
    /*color: #0028ff;*/
    color: #ef4035;
    text-shadow: 1px 1px #fff;
  }
  .pf-address a {
    color: #ef4035;
  }
  .pf-copy {
    color: #fff;
  }
}

.ig-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .ig-desktop {
    display: none;
  }
  .ig-mobile {
    display: block;
  }
}

.php-ckeditor .inner-title {
  position: relative;
  bottom: 0px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-public.body-loginpage .header-space, .body-public[class*="setcoursestatus"] .header-space, .body-class-visitorbooking .header-space, .body-public[class*="php-"] .header-space {
    width: auto;
    margin: 0px 10px;
  }
}

/* invalid page */

.invalid-page #globalwrap {
  margin-top: 120px;
  padding-left: 20px;
}

/* 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;
  }
}

/* end anton styles */