/* ////////////////////////// GENERAL STYLES AIMED MAINLY AT MEMBER'S AREA  ////////////////////////////////// */
* {
  box-sizing: border-box;
}
#outerborder {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: #555;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
a {
  color: #674b1c;
  outline: 0 !important;
  text-decoration: none;
}
a:hover {
  color: #1c3867;
  outline: 0 !important;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
#container {
  min-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #container {
    min-height: calc(100vh - 95px);
  }
}
/* /////////////// /// //////////  .inPageContent ONLY styles ///////// ///////////// //// */
.inPageContent {
  color: #555;
  padding: 80px 0;
}
@media (max-width: 979px) {
  .inPageContent {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .inPageContent {
    padding: 40px 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inPageContent .sidebar {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .inPageContent .container {
    width: auto;
  }
}
.inPageContent h1,
.inPageContent h2,
.inPageContent h3,
.inPageContent h4,
.inPageContent h5,
.inPageContent h6 {
  color: #1c3867;
}
.inPageContent h1 {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .inPageContent h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.inPageContent h3 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
}
@media (max-width: 767px) {
  .inPageContent h3 {
    font-size: 16px;
  }
}
.inPageContent h4 {
  color: #555;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}
.inPageContent h5 {
  display: inline-block;
}
@media (max-width: 480px) {
  .inPageContent h5 {
    display: block;
  }
}
.inPageContent h6 {
  display: inline-block;
}
@media (max-width: 480px) {
  .inPageContent h6 {
    display: block;
  }
}
.inPageContent a {
  color: #1c3867;
}
.inPageContent a:hover {
  color: #674b1c;
}
.inPageContent hr {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.inPageContent ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inPageContent ul li {
  color: #333;
  list-style-type: none;
}
.inPageContent ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.inPageContent table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.inPageContent table td {
  border: 1px dotted #efefef;
  padding: 5px;
}
@media (max-width: 480px) {
  .inPageContent table td {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.inPageContent table th {
  border: 1px dotted #efefef;
  font-weight: normal;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .inPageContent .span12 form fieldset#thankyou {
    padding: 20px 60px;
  }
}
.inPageContent form .customFormLine {
  color: #333;
  position: relative;
}
.inPageContent form .customFormLine input,
.inPageContent form .customFormLine textarea {
  width: 100%;
  margin-bottom: 20px;
  background: #efefef;
}
.inPageContent form .customFormLine input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 5px;
}
.inPageContent form .customFormLine input {
  height: 35px;
}
.inPageContent form .customFormLine textarea {
  height: 100px;
}
.inPageContent form .customFormLine label,
.inPageContent form .customFormLine .radioLabel {
  color: #555;
}
.inPageContent form .customFormLine label.customnoformat {
  display: none;
}
.inPageContent form .customFormLine span.checkboxLabel {
  color: #555;
}
.inPageContent form .customFormLine span.customFormMultiCheckBoxWrapper {
  margin-bottom: 30px;
  display: block;
}
.inPageContent form .customFormRadioItem {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.inPageContent form .customFormRadioItem input {
  width: auto;
  height: auto;
  margin-top: 16px;
  margin-right: 5px;
}
.inPageContent form .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: -5px;
}
.inPageContent h5 a,
.inPageContent form input[type="submit"],
.inPageContent .map_popup_form input[type=submit] {
  display: inline-block;
  background: #1c3867;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Nunito', sans-serif;
}
.inPageContent h5 a:hover,
.inPageContent form input[type="submit"]:hover,
.inPageContent .map_popup_form input[type=submit]:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .inPageContent h5 a,
  .inPageContent form input[type="submit"],
  .inPageContent .map_popup_form input[type=submit] {
    margin: 7px 0;
  }
}
.inPageContent h5 a {
  position: relative;
  padding-right: 50px;
}
.inPageContent h5 a:after {
  content: '\f178';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  transform: translatey(-50%);
}
.inPageContent h6 a {
  background: #674b1c;
  color: #fff;
  border: 1px solid #674b1c;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Nunito', sans-serif;
}
.inPageContent h6 a:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .inPageContent h6 a {
    margin: 7px 0;
  }
}
/* /////////////// /// //////////  .subMenu ONLY styles ///////// ///////////// //// */
.subMenu {
  background: none;
  text-align: center;
  padding: 5px 5px 0 5px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .subMenu {
    padding: 10px;
  }
}
.subMenu ul {
  margin: 0;
}
.subMenu .menu-section h2 {
  display: none;
}
.subMenu .menu-section li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
}
.subMenu .menu-section li::after {
  content: '-';
  padding: 0 7px;
  color: #fff;
}
@media (max-width: 480px) {
  .subMenu .menu-section li::after {
    display: none;
  }
}
.subMenu .menu-section li:last-child:after {
  display: none;
}
.subMenu .menu-section li.current a {
  color: #a4a4a4;
}
@media (min-width: 768px) {
  .subMenu .menu-section li.current a {
    border-bottom: 2px solid #ccc;
  }
}
.subMenu .menu-section li a {
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
  color: #555;
}
.subMenu .menu-section li a:hover {
  color: #9ec1fb;
}
@media (max-width: 480px) {
  .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
  }
}
/* /////////////// /// //////////  .sliderHolder + captions/scroll/navs etc styles ///////// ///////////// //// */
.sliderHolder {
  position: relative;
}
@media (min-width: 980px) {
  .sliderHolder {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
}
.sliderHolder .galleryInner,
.sliderHolder .galleryInner img {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100%;
  object-fit: cover;
  min-height: 450px;
}
@media (max-width: 1199px) {
  .sliderHolder .galleryInner,
  .sliderHolder .galleryInner img {
    height: auto !important;
  }
}
.sliderHolder .galleryInner:after,
.sliderHolder .galleryInner img:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}
.sliderHolder.innerSliderHolder .galleryInner,
.sliderHolder.innerSliderHolder .galleryInner img {
  height: auto !important;
  min-height: 250px;
  object-fit: cover;
}
.sliderHolder .nivo-directionNav {
  display: none !important;
}
.sliderHolder .nivo-controlNav-Wrapper {
  display: none !important;
}
.sliderHolder .nivo-caption {
    left: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: auto;
    transform: none;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    opacity: 1;
    z-index: 99;
}
@media (max-width: 480px) {
  .sliderHolder .nivo-caption {
    width: 100%;
    bottom: 0;
    z-index: 99;
    top: auto;
    transform: none;
    left: 0;
  }
}
.sliderHolder .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1.5px;
  color: #1c3867;
}
@media (max-width: 767px) {
  .sliderHolder .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll,
.sliderHolder .holeScroll {
  position: absolute;
  bottom: 90px;
  z-index: 9;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #dedede;
  font-size: 12px;
  letter-spacing: 1.5px;
}
@media (max-width: 979px) {
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll,
  .sliderHolder .holeScroll {
    display: none;
  }
}
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:hover,
.sliderHolder .holeScroll:hover,
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:active,
.sliderHolder .holeScroll:active,
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll:focus,
.sliderHolder .holeScroll:focus {
  color: #9ec1fb;
  text-decoration: none;
}
.sliderHolder .fa-chevron-down:before {
  content: "\f078";
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.sliderHolder .ct-js-btn-scroll.animated {
  animation-duration: 2s;
  animation-delay: 0.5s;
  -o-animation-duration: 2s;
  -o-animation-delay: 0.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
}
.sliderHolder em.animated.fa.fa-chevron-down.heartBeat {
  display: block;
}
.sliderHolder .sliderCaptions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.sliderHolder .sliderCaptions.animated {
  animation-duration: 4s;
  animation-delay: 0.2s;
  -o-animation-duration: 4s;
  -o-animation-delay: 0.2s;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 0.2s;
}
@media (max-width: 979px) {
  .sliderHolder .sliderCaptions {
    top: 200px;
  }
}
.sliderHolder .sliderCaptions img {
  width: 75px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions img {
    width: 40px;
  }
}
.sliderHolder .sliderCaptions img:hover {
  width: 70px;
}
.sliderHolder .sliderCaptions h1 {
  color: #fff;
  font-size: 68px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 48px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h1 {
    font-size: 38px;
  }
}
.sliderHolder .sliderCaptions h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 24px;
  }
}
@media (min-height: 0px) and (max-height: 399px) {
  .sliderHolder .sliderCaptions h2 {
    font-size: 18px;
  }
}
.sliderHolder .socialIcons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  background: #fff;
  padding: 10px 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 979px) {
  .sliderHolder .socialIcons {
    top: 200px;
  }
}
.sliderHolder .socialIcons a {
  display: block;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 2px 0;
}
.sliderHolder .socialIcons a:hover {
  color: #81abf0;
}
.sliderHolder .socialIcons:hover {
  padding-left: 30px;
  background: #1c3867;
}
.sliderHolder .socialIcons:hover a {
  color: #fff;
}
.sliderHolder .socialIcons:hover a:hover {
  color: #81abf0;
}
/* //////// ///////////////////   static news thumbs STYLES  ///////// //// ////////////////// ////  */
.newsThumbs {
  margin-bottom: 30px;
}
@media (max-width: 979px) {
  .newsThumbs {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .newsThumbs {
    border-bottom: 1px solid #ccc;
  }
}
.newsThumbs h2 {
  text-align: center;
  color: #1c3867;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .newsThumbs h2 {
    font-size: 24px;
  }
}
.newsThumbs .news-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper {
    text-align: center;
    flex-direction: column;
  }
}
.newsThumbs .news-wrapper .news-item {
  position: relative;
  padding-bottom: 40px;
  border: none;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper .news-item {
    margin-bottom: 30px;
  }
}
.newsThumbs .news-wrapper .news-item .news-date {
  margin-bottom: 5px;
}
.newsThumbs .news-wrapper .pull-left {
  float: none;
}
.newsThumbs .news-wrapper .pull-left .img-polaroid {
  padding: 0;
  border: none;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsThumbs .news-wrapper .pull-left .img-polaroid:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper .pull-left .img-polaroid {
    margin: 0 auto;
  }
}
.newsThumbs .news-wrapper .media-body {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.newsThumbs .news-wrapper .media-body .media-heading {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #1c3867;
}
.newsThumbs .news-wrapper .news-summary {
  margin: 0;
}
.newsThumbs .news-wrapper .news-summary br {
  display: none;
}
.newsThumbs .news-wrapper .news-summary .read-more {
  display: inline-block;
  background: #1c3867;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Nunito', sans-serif;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  font-size: 0 !important;
  border: none;
}
.newsThumbs .news-wrapper .news-summary .read-more:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .newsThumbs .news-wrapper .news-summary .read-more {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .newsThumbs .news-wrapper .news-summary .read-more {
    left: 50%;
    transform: translatex(-50%);
  }
}
/* //////// ///////////////////   lightbox STYLES  ///////// //// ////////////////// ////  */
/* Parent element can be any width and height */
.parent {
  position: fixed;
  width: 100%;
  /* can be any width */
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  z-index: 9999;
}
.parent:before {
  /* pseudo element to force vertical centering of child element */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.parent:after {
  /* pseudo element to create overlay */
  background: black;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
}
/* Centered child element can be any width and height */
.centeredchild {
  position: relative;
  /* position element to participate in z-indexing */
  z-index: 20;
  /* higher z-index than overlay */
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  /* can be any width */
}
/* Video container to maintain Youtube 16:9 aspect ratio */
.videowrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
}
/* Make Youtube IFRAME responsive */
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.php-ckeditor .lightbox {
  display: none;
}
/* ///////////////// //////////////  COURSE STATUS BUTTON & SHOW ////////////////////////////////// //////////////  */
.andyShowWeatherAndCourseStatus {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 10;
  background: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 980px) {
  .andyShowWeatherAndCourseStatus {
    left: 50%;
    transform: translatex(-50%);
    width: 900px;
  }
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus {
    bottom: 0;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top: -110px;
    padding-top: 20px;
    color: #333;
  }
}
.andyShowWeatherAndCourseStatus h3,
.andyShowWeatherAndCourseStatus b {
  display: none;
}
.andyShowWeatherAndCourseStatus span.updatedate {
  font-size: 11px !important;
  padding-right: 10px;
  padding-top: 3px;
}
.andyShowWeatherAndCourseStatus .status.status-open {
  display: none;
  text-transform: uppercase;
  font-size: 12px;
}
.andyShowWeatherAndCourseStatus .status.status-open:first-of-type {
  display: block;
}
.andyShowWeatherAndCourseStatus .status.status-open span.updated {
  text-transform: none;
  letter-spacing: 0;
  color: #c3c3c3;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .status.status-open span.updated {
    display: block;
  }
}
.andyShowWeatherAndCourseStatus .status.status-warn {
  display: none;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .courseStatusDiv {
    margin-top: 35px;
    border-bottom: 1px solid #dadada;
  }
}
/* /////////////// //// ////////// WEATHER ///////////////// ///////////////// */
.andyShowWeatherAndCourseStatus .weatherDiv {
  padding-top: 5px;
}
/* @media (min-width: 980px) {
  .andyShowWeatherAndCourseStatus .weatherDiv {
    min-width: 430px;
  }
} */
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weatherDiv {
    min-width: auto;
    margin: 0 auto 20px auto;
  }
}
.andyShowWeatherAndCourseStatus .weathers {
  float: left;
  margin-right: 20px;
  color: #fff;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weathers {
    float: none;
    margin-right: 0;
    border: none;
  }
}
.andyShowWeatherAndCourseStatus .weathers .weatherSingle {
  display: flex;
  align-items: center;
  float: left;
  line-height: 18px;
  width: 115px;
  margin-right: 25px;
  font-size: 11px;
}
@media (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weathers .weatherSingle {
    width: 135px;
    margin-right: 7px;
    background: #1c3867;
    padding: 12px 10px 10px 10px;
  }
}
@media (max-width: 480px) {
  .andyShowWeatherAndCourseStatus .weathers .weatherSingle:last-child {
    display: none;
  }
}
.andyShowWeatherAndCourseStatus .weathers .weatherDate {
  float: left;
  margin-left: 35px;
}
.andyShowWeatherAndCourseStatus .weathers .weatherTemp {
  float: left;
  margin-left: 5px;
}
.andyShowWeatherAndCourseStatus .weathers .weatherImage {
  position: absolute;
}
.andyShowWeatherAndCourseStatus .weathers .weatherImage img {
  width: 25px;
}
.body-public #globalwrap .image-night {
  background: none;
}
/* //////// ///////////////////   carousel STYLES  ///////// //// ////////////////// ////  */
.andyCarousel {
  margin-bottom: 30px;
  padding: 60px 20px;
  position: relative;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  margin-top: 30px;
}
@media (max-width: 979px) {
  .andyCarousel {
    border: none;
    background: #f7efe3;
  }
}
.andyCarousel:before {
  position: absolute;
  content: '';
  background: #f7efe3;
  width: 100%;
  top: 0;
  left: 0;
  height: 75%;
}
@media (max-width: 979px) {
  .andyCarousel:before {
    display: none;
  }
}
@media (max-width: 979px) {
  .andyCarousel {
    border-left: none;
    padding-top: 60px;
  }
}
.andyCarousel .jcarousel-wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper {
    flex-direction: column;
    text-align: center;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .andyCarousel .jcarousel-wrapper {
    padding-bottom: 10px;
  }
}
.andyCarousel .jcarousel-wrapper .preCarousel {
  min-width: 350px;
  padding-right: 30px;
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper .preCarousel {
    min-width: auto;
    padding: 0 0 20px 0;
  }
}
.andyCarousel .jcarousel-wrapper .preCarousel h2 {
  color: #1c3867;
  font-size: 32px;
  letter-spacing: 1px;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper .preCarousel h2 {
    font-size: 32px;
  }
}
.andyCarousel .jcarousel-wrapper .preCarousel h4 {
  color: #1c3867;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 30px;
}
.andyCarousel .jcarousel-wrapper .preCarousel p {
  color: #333;
}
.andyCarousel .jcarousel-wrapper .jcarousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel div.imageHolder {
    width: 260px;
    display: table-cell;
    vertical-align: middle;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel .carouselText {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 99;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper .jcarousel .carouselText {
    left: 30px;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 30px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .andyCarousel .jcarousel-wrapper .jcarousel img {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel-wrapper .jcarousel img {
    padding: 20px 10px;
  }
}
.andyCarousel .jcarousel-wrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.andyCarousel .jcarousel-wrapper .jcarousel li {
  float: left;
  max-width: 300px;
}
.andyCarousel .jcarousel-wrapper .jcarousel li:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper .jcarousel li:after {
    width: auto;
    left: 10px;
    right: 10px;
  }
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls {
  font-size: 48px;
  font-weight: 100;
  position: absolute;
  left: 80px;
  color: #1c3867;
  top: 300px;
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls:hover {
  color: #674b1c;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls {
    left: 48%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls {
    display: none;
  }
}
.andyCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
  left: 110px;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
    left: 52%;
  }
}
.andyCarousel .jcarousel li {
  position: relative;
  margin: 0 12px;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel li {
    margin: auto;
  }
}
.andyCarousel .jcarousel li .imageHolder {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel li .imageHolder {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel li .imageHolder {
    margin: 0;
  }
}
@media (min-width: 481px) {
  .andyCarousel .jcarousel li .imageHolder img {
    padding: 0;
  }
}
@media (max-width: 979px) {
  .andyCarousel .jcarousel .carouselText {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .andyCarousel .jcarousel .carouselText {
    padding: 5px 10px;
  }
}
.andyCarousel .jcarousel .carouselText a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
}
.andyCarousel .jcarousel .carouselText a:hover {
  color: #b6b4ff;
}
.andyCarousel.inner {
  padding-left: 70px;
}
@media (max-width: 979px) {
  .andyCarousel.inner {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .andyCarousel.inner {
    padding: 20px;
  }
}
.andyCarousel.inner:before {
  height: 100%;
}
.andyCarousel.inner .jcarousel-wrapper .jcarousel li:after {
  display: none;
}
.andyCarousel.inner .jcarousel-wrapper a.jcarouselControls {
  left: -40px;
  top: 50%;
  transform: translatey(-50%);
}
.andyCarousel.inner .jcarousel-wrapper a.jcarouselControls.jcarousel-control-next {
  display: none;
}
.andyCarousel.inner .imageHolder img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.andyCarousel.inner .imageHolder img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.php-ckeditor .andyCarousel {
  background: #f8f0e6;
  border: none;
  margin: 20px 0;
}
.php-ckeditor .logoRow,
.php-ckeditor .logoRowInnerPage {
  margin-top: 40px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel {
  overflow: visible;
}
.php-ckeditor .jcarousel-wrapper .jcarousel ul {
  width: 100%;
}
.php-ckeditor .jcarousel-wrapper .jcarousel li {
  width: 100%;
  margin-bottom: 40px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel .imageHolder img {
  margin: 0 auto;
  max-width: 200px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel .imageHolder:after {
  display: none;
}
.php-ckeditor .jcarousel-wrapper .jcarousel .carouselText {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  text-align: center;
  width: auto;
  background: #e3dbd0;
  bottom: auto;
  padding: 10px;
}
.php-ckeditor .jcarousel-wrapper .jcarousel .carouselText a {
  color: #333;
}
.php-ckeditor .jcarousel-wrapper a.jcarouselControls {
  display: none;
}
/* ////////// ///////////////////////  HOLE TOUR MENU STYLES /////////////// ////////////////////  */
.holeNavigationRow {
  background: none;
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: -120px;
  z-index: 10;
}
@media (max-width: 979px) {
  .holeNavigationRow {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow {
    margin-top: 0;
    position: relative;
    padding: 10px;
    background: #dadada;
  }
}
.holeNavigationRow .menu-section h2 {
  display: none;
}
.holeNavigationRow .holeNavigation {
  text-align: center;
  padding: 10px;
}
.holeNavigationRow .holeNavigation .menu-section {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.holeNavigationRow .holeNavigation .menu-section ul {
  margin: 0;
}
.holeNavigationRow .holeNavigation .menu-section ul li {
  list-style-type: none;
  display: inline;
}
.holeNavigationRow .holeNavigation .menu-section ul li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 2px;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  margin: 0 5px;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 5px;
    padding: 7px;
    background: rgba(20, 37, 67, 0.8);
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li a:hover {
  color: #9ec1fb;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a:hover {
    background: #9ec1fb;
    color: #fff;
  }
}
.holeNavigationRow .holeNavigation .menu-section ul li:first-child a:before {
  /*display: none;*/
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a {
  position: relative;
  color: #fff;
}
.holeNavigationRow .holeNavigation .menu-section ul li.current a:before {
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li.current a {
    background: #7d7d7d;
  }
}
@media (max-width: 767px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: left;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(10) a {
    clear: none;
  }
}
@media (max-width: 480px) {
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(7) a,
  .holeNavigationRow .holeNavigation .menu-section ul li:nth-child(13) a {
    clear: left;
  }
}
/* ////////// ///////////////////////  HOLE STAT STYLES /////////////// ////////////////////  */
.holeStats {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .holeStats {
    margin: 0 auto 30px auto;
    text-align: left;
    display: inline-block;
  }
}
.holeStats .statContainer {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #1c3867;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .holeStats .statContainer {
    margin: 10px;
    display: block;
  }
}
.holeStats .statContainer .statCircle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translatey(-50%);
  top: 50%;
}
.holeStats .statContainer .statCircle.whiteCircle {
  background: #e8e8e8;
}
.holeStats .statContainer .statCircle.yellowCircle {
  background: #ffdc19;
}
.holeStats .statContainer .statCircle.blueCircle {
  background: #1f57b5;
}
.holeStats .statContainer .statCircle.redCircle {
  background: #ef2525;
}
/* //////// ///////////////////   .addressFooter STYLES  ///////// //// ////////////////// ////  */
.addressFooter {
  padding: 50px 20px;
  text-align: center;
  background: #333 url("https://kingsnorton.designmode.intelligentgolf.co.uk/images/resources/kingsnorton/addressFooter_bg.jpg") top center no-repeat;
  background-size: cover;
  color: #555;
  font-size: 14px;
  position: relative;
}
.addressFooter:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: 9;
  left: 0;
}
.addressFooter .intelligentLogo {
  z-index: 9999;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 50px;
}
.addressFooter .telephoneAndMail {
  color: #555;
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .addressFooter .telephoneAndMail {
    letter-spacing: 0;
  }
}
.addressFooter .footerLogo {
  margin-bottom: 350px;
}
.addressFooter .footerLogo img {
  width: 70px;
  opacity: 0.7;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .addressFooter .footerLogo {
    margin-bottom: 550px;
  }
}
.addressFooter .lineSep {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .addressFooter .lineSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .addressFooter .commaSep {
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
.addressFooter .socialIcons {
  display: inline-block;
  margin-bottom: 30px;
}
.addressFooter .socialIcons em {
  border: 2px solid;
  width: 47px;
  text-align: center;
  display: inline-block;
  padding: 8px 7px 10px 6px;
  margin: 0 3px 15px 3px;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.addressFooter .socialIcons em:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addressFooter .addressFooterCopyright {
  font-size: 0.8em;
}
.addressFooter a.igLogo img {
  width: 85px;
  float: none;
}
@media (max-width: 767px) {
  .addressFooter .break767 {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* //////// ///////////////////   .newsletterSubscribe STYLES  ///////// //// ////////////////// ////  */
.newsletterSubscribe {
  text-align: center;
}
.newsletterSubscribe h3 {
  color: #1c3867;
  margin-bottom: 30px;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 34px;
}
.newsletterSubscribe p {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.newsletterSubscribe #customform_5 fieldset#thankyou {
  width: 490px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_5 fieldset#thankyou {
    width: 280px;
  }
}
.newsletterSubscribe #customform_5 .customFormLine {
  position: initial;
}
.newsletterSubscribe #customform_5 label {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ababab;
}
.newsletterSubscribe #customform_5 .alert.alert-error + span label {
  display: none;
}
.newsletterSubscribe #customform_5 .alert li {
  list-style-type: none;
}
.newsletterSubscribe #customform_5 .alert-danger,
.newsletterSubscribe #customform_5 .alert-error {
  background-color: #b63e50;
  border: none;
  color: #fff;
}
.newsletterSubscribe #customform_5 div#thankyou p {
  margin: 10px;
  background: #b63e50;
  padding: 10px;
  display: inline-block;
}
.newsletterSubscribe #customform_5 #thankyou .customFormLine input {
  height: 40px;
  width: 350px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #efefef;
  float: left;
  border: none;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_5 #thankyou .customFormLine input {
    width: 280px;
  }
}
.newsletterSubscribe #customform_5 #thankyou #custom_5_submit {
  display: inline-block;
  background: #1c3867;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Nunito', sans-serif;
  float: left;
  margin: 0;
  border: none;
}
.newsletterSubscribe #customform_5 #thankyou #custom_5_submit:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .newsletterSubscribe #customform_5 #thankyou #custom_5_submit {
    margin: 7px 0;
  }
}
.newsletterSubscribe #customform_5 #thankyou #custom_5_submit:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #142543;
}
@media (max-width: 767px) {
  .newsletterSubscribe #customform_5 #thankyou #custom_5_submit {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    float: none;
  }
}
.newsletterSubscribe #customform_5 #thankyou br {
  display: none;
}
/* //////// ///////////////////   .footer STYLES  ///////// //// ////////////////// ////  */
.footer {
  background: #fff;
  color: #333;
  font-size: 0.8em;
  height: 50px;
  line-height: 28px;
  padding-top: 10px;
  display: none;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    height: 95px;
    line-height: 22px;
    padding: 10px 5px 2px 5px;
  }
}
.footer a.igLogo img {
  width: 85px;
  float: right;
}
@media (max-width: 767px) {
  .footer a.igLogo img {
    float: none;
  }
}
@media (max-width: 767px) {
  .footer .break767 {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
.body-class-members .footer,
.body-class-opens .footer,
.php-login .footer,
.body-loginpage .footer,
.php-news .footer,
.php-competition .footer,
.php-teelogin .footer,
.php-visitoropen .footer,
.php-sagepay .footer,
body[class^='body-class-setcoursestatus'] .footer,
.body-class-visitorbooking .footer {
  display: block;
}
/* //////// ///////////////////   inPageContent gallery and slider STYLES  ///////// //// ////////////////// ////  */
.inPageContent #gallery div.ss-controls .play,
.inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
  display: none;
}
.inPageContent #gallery div.slideshow img {
  border: none;
}
.inPageContent #gallery div.slideshow span.image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .inPageContent .span12 #thumbs {
    width: 750px !important;
    margin: 0 auto;
    float: none;
  }
}
.inPageContent .span12 #gallery {
  max-width: 750px;
  margin: 0 auto;
}
.inPageContent #thumbs li:before {
  display: none;
}
.inPageContent #thumbs ul.thumbs li.selected a.thumb {
  background: none;
}
.inPageContent #thumbs a.thumb {
  padding: 0;
  border: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inPageContent .pull-right.gallery-image,
.inPageContent .pull-left.gallery-thumbs {
  width: 100%;
}
.inPageContent .pull-left.gallery-thumbs {
  margin-left: 0;
  margin-top: 0;
}
.inPageContent div#thumbs div.bottom {
  margin-top: 22px;
  float: left;
}
.inPageContent div.pagination span.current {
  background-color: rgba(20, 37, 67, 0.8);
  border-color: rgba(20, 37, 67, 0.8);
}
.inPageContent ul.thumbs img {
  margin: 0;
}
.inPageContent div.pagination a,
.inPageContent div.pagination span.current,
.inPageContent div.pagination span.ellipsis {
  margin-right: 8px;
}
.inPageContent div.pagination a:hover {
  background-color: #404242;
}
.inPageContent .galleryWrapper.galleryWrapperNivo {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .inPageContent .galleryWrapper.galleryWrapperNivo {
    max-width: 750px;
    margin: 0 auto;
  }
}
.inPageContent .galleryInner.nivoInner.nivoSlider,
.inPageContent .galleryInner.nivoInner.nivoSlider img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.inPageContent .nivo-controlNav-Wrapper {
  position: absolute;
  width: 100px;
  bottom: 10px;
  left: auto;
  right: 10px;
  z-index: 9;
}
.inPageContent .nivo-controlNav a {
  background: #eaeaea;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.inPageContent .nivo-controlNav a.active {
  background: #674b1c;
}
.inPageContent .nivo-directionNav {
  display: none !important;
}
.inPageContent .nivo-caption {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  opacity: 1;
}
@media (max-width: 480px) {
  .inPageContent .nivo-caption {
    width: 80%;
  }
}
.inPageContent .nivo-caption h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  color: #333;
  font-family: 'Nunito', sans-serif;
}
@media (max-width: 767px) {
  .inPageContent .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* //////// ///////////////////   navbar standard styles  ///////// //// ////////////////// ////  */
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-inner {
  background: rgba(28, 56, 103, 0.85);
  border: none;
  min-height: 100px;
}
#header .navbar-inner .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .navbar-inner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  #header .navbar-inner #nav {
    left: 110px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav {
    margin-top: 90px;
  }
}
#header .navbar-inner #nav li.dropdown .dropdown-toggle {
  background-color: transparent;
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    background: rgba(20, 37, 67, 0.8) url("https://kingsnorton.designmode.intelligentgolf.co.uk/images/resources/kingsnorton/menuDownToggle2.png") right 15px center no-repeat;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li.dropdown.open .dropdown-toggle {
    background: rgba(20, 37, 67, 0.8) url("https://kingsnorton.designmode.intelligentgolf.co.uk/images/resources/kingsnorton/menuUpToggle.png") right 15px center no-repeat;
  }
}
#header .navbar-inner #nav li a {
  color: #fff;
  padding: 20px 14px;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header .navbar-inner #nav li a {
    letter-spacing: 0.2px;
    color: #fff;
    padding: 20px 12px;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li a {
    background: rgba(20, 37, 67, 0.8);
    margin: 10px;
    padding: 12px !important;
  }
}
#header .navbar-inner #nav li a:hover {
  color: #9ec1fb;
}
#header .navbar-inner #nav li a#logoutbtn {
  color: #9ec1fb;
}
#header .navbar-inner #nav li .dropdown-menu {
  margin: 0;
  background-color: rgba(20, 37, 67, 0.8);
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li .dropdown-menu {
    display: block;
  }
}
@media (max-width: 979px) {
  #header .navbar-inner #nav li .dropdown-menu {
    margin: 0 20px 0 20px;
    background: none;
  }
}
#header .navbar-inner #nav li .dropdown-menu a {
  padding: 8px 12px;
  border-bottom: 1px dotted #0b0b1d;
}
@media (min-width: 980px) {
  #header .navbar-inner #nav li .dropdown-menu a:hover {
    background: none;
  }
}
#header .navbar-inner #nav li .dropdown-menu li:last-child a {
  border: none;
}
#header .navbar-inner #nav li.open > .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
}
#header .navbar-inner #nav li.current > a,
#header .navbar-inner #nav li.active > a {
  color: #9ec1fb;
}
#header .navbar-inner #nav li.active.open > a {
  color: #fff;
}
#header .navbar-inner #nav li.nav-menu-information ul li:nth-last-child(2) a {
  border: none;
}
#header .navbar-inner .logoLink {
  position: absolute;
  left: 0;
  width: 45px;
  z-index: 9;
  top: 5px;
}
@media (max-width: 979px) {
  #header .navbar-inner .logoLink {
    top: 1px;
    left: 50%;
    transform: translatex(-50%);
  }
}
#header .navbar-inner #hamburger-icon {
  outline: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: transparent;
  z-index: 100;
  width: 60px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}
@media (min-width: 980px) {
  #header .navbar-inner #hamburger-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-inner #hamburger-icon {
    right: 25px;
  }
}
#header .navbar-inner #hamburger-icon .line {
  display: block;
  background: #fff;
  height: 3px;
  margin: 5px;
  right: 18px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .navbar-inner #hamburger-icon .line.line-1 {
  margin-top: 3px;
}
.body-public #header .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 979px) {
  .body-public #header .navbar-inner {
    background: #1c3867;
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner.scrolled {
    -webkit-box-shadow: -1px 6px 13px 0px rgb(189 189 2.86363636%);
    -moz-box-shadow: -1px 6px 13px 0px rgba(189, 189, 189, 0.66);
    box-shadow: -1px 6px 13px 0px rgb(189 189 2.86363636%);
  }
}
@media (min-width: 980px) {
  .body-public #header .navbar-inner {
    background: #fff;
    min-height: 50px;
  }
  .body-public #header .navbar-inner.scrolled {
    -webkit-box-shadow: -1px 6px 13px 0px rgba(189, 189, 189, 0.66);
    -moz-box-shadow: -1px 6px 13px 0px rgba(189, 189, 189, 0.66);
    box-shadow: -1px 6px 13px 0px rgba(189, 189, 189, 0.66);
  }
  .body-public #header .navbar-inner #nav li.current a {
    background: transparent;
    color: #555;
  }
  .body-public #header .navbar-inner #nav li a {
    background: transparent;
    color: #555;
    padding: 25px 10px;
    position: relative;
    font-size: 12px;
    letter-spacing: 0;
  }
  .body-public #header .navbar-inner #nav li a:hover {
    color: #1c3867;
  }
  .body-public #header .navbar-inner #nav > li.dropdown.active > .dropdown-toggle {
    color: #fff;
    background: #0c2047;
  }
  .body-public #header .navbar-inner #nav li .dropdown-menu {
    background: #fff;
  }
  .body-public #header .navbar-inner #nav li .dropdown-menu:before,
  .body-public #header .navbar-inner #nav li .dropdown-menu:after {
    display: none;
  }
  .body-public #header .navbar-inner #nav li .dropdown-menu a {
    padding: 10px 20px;
  }
  .body-public #header .navbar-inner #nav li .dropdown-menu a:before {
    display: none;
  }
  .body-public #header .navbar-inner #nav > li:last-child .dropdown-menu {
    margin-left: -60px;
  }
  .body-public #header .navbar-inner #nav > li:last-child .dropdown-menu:after {
    left: 85px;
  }
  .body-public #header .navbar-inner #nav .nav-level-1.nav-menu-book_now a {
    color: #1c3867;
    position: relative;
  }
  .body-public #header .navbar-inner #nav .nav-level-1.nav-menu-book_now a:before {
    content: '';
    position: absolute;
    background: #100e57;
    width: 80px;
    height: 1px;
    bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .body-public #header .navbar-inner #nav .nav-level-1.nav-menu-book_now a:hover:before {
    width: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .navbar-inner #nav li a {
    padding: 25px 5px;
    font-size: 11px;
  }
  .body-public #header .navbar-inner #nav li .dropdown-toggle:after {
    right: 5px;
  }
  .body-public #header .navbar-inner #nav li a:before {
    display: none;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav {
    left: 20px;
  }
}
@media (min-width: 980px) {
  .body-public #header #nav > li:nth-child(7) {
    margin-left: 150px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header #nav > li:nth-child(7) {
    margin-left: 110px;
  }
}
.body-public #header .logoLink {
  left: 50%;
  transform: translatex(-50%);
  width: 90px;
}
@media (max-width: 979px) {
  .body-public #header .logoLink {
    width: 60px;
    top: 2px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .logoLink {
    width: 75px;
  }
}
/* //////// ///////////////////   system pages no need to touch  ///////// //// ////////////////// ////  */
.body-public span.customFormRadioItem + br {
  display: none;
}
/* Google Map Styles */
div#map_container {
  width: 100% !important;
  height: 550px !important;
  color: #333;
}
a#map_to_here_button:hover,
a#map_from_here_button:hover {
  color: #674b1c;
}
.gm-style .gm-style-iw-c {
  line-height: 24px !important;
  border-top: 10px solid rgba(28, 56, 103, 0.85) !important;
}
#globalwrap .map_popup_form input[type=text] {
  height: 35px !important;
}
.gm-style-iw-d {
  padding: 0 5px !important;
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
  #globalwrap {
    padding-top: 0;
  }
}
/* end of styles moved from custom css */
.inPageContent .span12 form .customFormLine input,
.inPageContent .span12 form .customFormLine textarea {
  text-align: center;
}
#date_form .picker input {
  cursor: pointer;
  padding: 3px;
  margin-right: 15px !important;
}
img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 0;
}
#header .navbar-inverse .nav li.nav-menu-information .dropdown-menu > li:nth-last-child(2) > a {
  border-bottom: none;
}
.body-class-members.body-contentpage #global .container {
  max-width: 100%;
}
.body-public .tipForm form input[type="submit"] {
  letter-spacing: 0;
  font-size: 12px;
  padding: 5px 10px;
}
.cluetip-jtip #cluetip-inner {
  overflow: hidden;
}
.php-ckeditor .inPageContent td {
  border: 2px solid #1a4267 !important;
}
.body-class-visitorbooking.body-public img.ui-datepicker-trigger {
  top: 0;
  right: 20px;
  position: absolute;
}
.body-class-visitorbooking.body-public #date_form .picker input[type=text] {
  margin-right: 20px;
}
.hcapsig .dropdown-menu {
  background-color: #dedfde;
}
div#cluetip {
  /*width: auto !important; this was causing a shadow on Wells visitor booking pop up but needed on previous sites */
}
.cc-cookies {
  width: 100% !important;
}
.body-root-home #latestcomp img[height="16"],
img[height="14"] {
  margin-left: 7px;
  margin-top: -3px;
}
#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
}
#login fieldset .control-label {
  float: none;
  width: auto;
  padding-top: 10px;
  text-align: center;
}
#login fieldset .controls {
  margin-left: auto;
}
#login fieldset .controls input.btn {
  margin-left: 0;
  margin-right: 0;
}
#login fieldset .controls input[type="checkbox"] {
  height: auto;
  margin: 10px 0 30px 0;
}
#login fieldset .controls label.checkbox input.inline {
  width: 20px !important;
  margin: 4px 0 20px 0;
}
/* system login page & course status */
#login input,
.php-coursestatus textarea,
.body-class-setcoursestatus textarea,
.body-class-setcoursestatuscourseid1 textarea {
  height: 40px;
  width: 100% !important;
  margin-bottom: 10px;
}
#login .controls input.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  border: none;
  margin-top: 20px;
}
#login label.checkbox {
  padding-left: 0;
  text-align: center;
}
#login .controls label.checkbox input.inline {
  margin-left: -5px;
}
/* ///////////// /////////// max-width 1199px ////////////////// ///// */
@media (max-width: 1199px) {
  .nametable a.btn.button {
    font-size: 11px !important;
  }
  .nametable td {
    font-size: 11px !important;
    padding: 5px 2px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #globalwrap .teebooking #date_form .tabs li.current a {
    font-size: 14px;
    margin: 0;
    background: #1c3867;
  }
}
@media (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  /* compact tables small screens */
  table td {
    font-size: 12px;
  }
  table th {
    font-size: 12px;
    font-weight: normal !important;
    padding: 2px !important;
  }
  .php-viewround .table th,
  .table td {
    padding: 5px 2px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .php-awayplayer table {
    display: block;
    overflow-x: auto;
  }
  table.table.scorecard {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  #diaryTable.table {
    display: block;
    overflow-x: auto;
  }
}
/* make css editor in backend more manageable */
.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}
/*-----------------------------------------------------------------
                SCORECARD
-----------------------------------------------------------------*/
.scorecard {
  text-align: center;
  border: 1px solid #a5a5a5;
}
.scorecard td,
.scorecard th {
  border: 1px solid #a5a5a5;
  text-align: center;
}
.White {
  background: #fff;
  color: #333;
}
.Yellow {
  background: #ffff00;
  color: #333;
}
.Red {
  background: #ff0000;
  color: #fff;
}
.Blue {
  background: #0063ac;
  color: #fff;
}
@media (max-width: 979px) {
  .body-public.php-cookie-usage #global {
    padding: 20px;
  }
}
#globalwrap .map_popup_form input[type=submit] {
  font-size: 11px;
  padding: 5px;
}
.body-public[class*="php-"] #globalwrap {
  /*background: #efefef;
    padding: 20px;
    margin-top: 90px;
    color: #333;
    margin-bottom: 50px;*/
  border: none;
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// END OF STYLES FOR MEMBERS PAGES THAT GENERALLY DO NOT NEED TO TOUCH ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */
/* fix for my golf my rounds overlaping table with gross scoring trend */
@media (min-width: 768px) and (max-width: 979px) {
  table#course-handicap {
    overflow: auto;
    display: block;
  }
}
/* make memteetime table scroll x on mobile portrait */
@media (max-width: 480px) {
  table#memteetimes,
  .body-class-members #globalwrap table#memteetimes {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
/* AQ Facebook style */
#facebox input {
  height: 30px;
}
@media (max-width: 480px) {
  .php-knockout table.knockout {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  table#threads {
    display: block;
    overflow: auto;
  }
}
.php-flexiblereport img.ui-datepicker-trigger {
  position: relative;
  right: -5px;
  top: -6px;
}
@media (min-width: 768px) {
  body.body-class-teeloginphp .content-wrapper .row .span6 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .knockout {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  body.php-cookie-usage table {
    display: block;
    overflow-x: auto;
  }
}
/* //////// ///////////////////   system pages to customise css  ///////// //// ////////////////// ////  */
body #globalwrap .price span.badge {
  width: 44px !important;
  font-size: 12px !important;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid rgba(28, 56, 103, 0.85);
  text-align: center;
}
#login h3 {
  color: rgba(20, 37, 67, 0.8);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#login .controls input.btn {
  display: inline-block;
  background: #1c3867;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 18px;
  margin: 15px 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Nunito', sans-serif;
}
#login .controls input.btn:hover {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  #login .controls input.btn {
    margin: 7px 0;
  }
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
  border-bottom: 1px dotted rgba(20, 37, 67, 0.8);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.body-public .news-item .media-heading {
  color: rgba(20, 37, 67, 0.8);
}
.body-public p.news-date {
  font-size: 12px;
}
.body-public .news-summary a.read-more {
  background: rgba(28, 56, 103, 0.85);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 12px !important;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ////////////////////////////// /////////////////////// //////////////////////////////// /////////////////////////// ////////////////////////// ///////////////////   MEMBERS PAGES BACKGROUNDS ETC ///////////////////// ////// ///////// ////////////////////// //////////////////////////////////////////// ///////////////////////////// //////////// */
body.php-whshcaprecord .content-wrapper {
  min-height: calc(100vh - 50px);
}
#globalwrap #global .tabs li.current a {
  background: #1c3867;
  border: none;
  color: #fff;
}
/* website templates page etc - styles / header page */
.adminWrapper form h1 {
  font-size: 20px;
  border-bottom: 1px dotted;
  text-transform: uppercase;
}
/* pages like viewround.php , competition, twos etc on public */
.body-public.php-viewround #container,
.body-public.php-csscalc #container,
.body-public.php-twos #container {
  background: var(--systemAndMembersContainerBackground);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
}
.body-public.php-viewround table,
.body-public.php-csscalc table,
.body-public.php-twos table {
  background: #fff;
}
.body-public.php-viewround div#rounds {
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  margin-bottom: 40px;
}
.body-public.php-csscalc h4 {
  background: rgba(28, 56, 103, 0.85);
  padding: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /PHP CK EDITOR ///////////////  ////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///// /////////// //////////////////////////////////////  ////////////////////////////////// */
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: rgba(20, 37, 67, 0.8);
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #globalwrap #date_form .picker {
    position: relative;
    background: grey !important;
    padding: 30px 10px 10px 10px;
    text-align: right;
  }
  .body-class-visitorbooking.body-public img.ui-datepicker-trigger {
    top: 5px;
  }
}
/* //////// ///////////////////   .php-ckeditor styles  ///////// //// ////////////////// ////  */
.php-ckeditor {
  /* this only for designs with coloured main backgrounds
				
				.inPageContent {
				
				background: @mainThemeColor;
				color: #fff;
				
				p,h1,h2,h3,h4 {color: #fff;}
				
				
				}
				*/
}
.php-ckeditor #myNavbar {
  display: none;
}
.php-ckeditor #header .navbar-inner .logoLink {
  display: none;
}
.php-ckeditor h1,
.php-ckeditor h2,
.php-ckeditor h3,
.php-ckeditor h4,
.php-ckeditor h5,
.php-ckeditor h6 {
  color: #333;
  text-transform: none;
  border: none;
}
.php-ckeditor img {
  box-shadow: none;
}
.php-ckeditor p {
  color: #333;
}
.php-ckeditor #globalwrap {
  position: relative;
}
.php-ckeditor .addressFooter .footerLogo {
  margin-bottom: 50px;
}
.php-ckeditor .pagesection .container {
  max-width: 100%;
}
.php-ckeditor .intelligentLogo {
  display: none;
}
.php-ckeditor .addressFooter:after {
  display: none;
}
.php-ckeditor .andyWeatherAndCourseStatusButton,
.php-ckeditor .andyShowWeatherAndCourseStatus,
.php-ckeditor .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  display: none;
}
.php-ckeditor .wysiwyg-editable table {
  width: 100%;
  margin-top: 50px;
}
.php-ckeditor .sliderHolder .sliderCaptions {
  position: relative;
  top: 20px;
  border: 1px dotted #333;
  padding: 20px 20px 40px 20px;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
  margin: 20px auto 40px auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  animation-duration: 0s;
  animation-delay: 0s;
  -o-animation-duration: 0s;
  -o-animation-delay: 0s;
  -moz-animation-duration: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 0s;
  -webkit-animation-delay: 0s;
  transform: none;
}
.php-ckeditor .sliderHolder .sliderCaptions h1,
.php-ckeditor .sliderHolder .sliderCaptions h2 {
  color: #333;
  text-shadow: none;
}
.php-ckeditor .inPageContent,
.php-ckeditor .sliderHolder,
.php-ckeditor .standardInclude,
.php-ckeditor .subMenu,
.php-ckeditor .holeNavigationRow,
.php-ckeditor .addressFooter,
.php-ckeditor .testimonials,
.php-ckeditor .newsThumbs {
  margin-top: 20px;
  border: 1px dotted #333;
  padding: 20px;
  color: #fff;
  max-width: 100% !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  background: none;
  color: #333;
}
.php-ckeditor .sliderHolder .socialIcons {
  position: relative;
  left: auto;
  width: 100px;
  margin: 20px auto;
  text-align: center;
  top: auto;
  transform: none;
  background: #1c3867;
}
.php-ckeditor .sliderHolder .socialIcons a {
  color: #fff;
  padding: 0;
}
.php-ckeditor .sliderHolder .socialIcons:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  animation-duration: 0s !important;
  animation-delay: 0s !important;
  -o-animation-duration: 0s !important;
  -o-animation-delay: 0s !important;
  -moz-animation-duration: 0s !important;
  -moz-animation-delay: 0s !important;
  -webkit-animation-duration: 0s !important;
  -webkit-animation-delay: 0s !important;
  padding-left: 12px;
}
.php-ckeditor .sliderCaptions.home {
  display: none;
}
.php-ckeditor .holeStatsRow {
  position: relative;
}
.php-ckeditor .holeNavigation {
  width: 300px;
  margin: 0 auto;
}
.php-ckeditor .holeNav {
  position: initial;
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #fff !important;
}
.php-ckeditor .holeNavigationRow {
  position: relative;
  background: rgba(28, 56, 103, 0.85);
  color: #fff;
}
.php-ckeditor .andyCarousel:before {
  display: none;
}
.php-ckeditor .andyCarousel .jcarousel-wrapper .jcarousel li:after {
  display: none;
}
.php-ckeditor .addressFooter {
  background: #dbdbdb;
}
.php-ckeditor .addressFooter .socialIcons em {
  padding: 10px 2px 10px 7px;
}
@media (max-width: 979px) {
  .php-ckeditor .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* ///////////////// //////////  ANTON NEW STANDARD MEMBER CSS STYLES ///////////////////////////////  */
/* Default Members Area */
/* default and members background */
body[class*="php-"],
.body-class-members,
.body-class-visitorbooking,
.body-class-getawayletter,
[class*="body-class-setcoursestatus"],
.body-class-opens,
.body-loginpage,
[class*="body-class-match"] {
  background: url("https://kingsnorton.designmode.intelligentgolf.co.uk/images/resources/kingsnorton/admin_bg.jpg") top center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
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,
[class*="body-class-match"] .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,
.body-class-members #globalwrap,
[class*="body-class-match"] #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #1c3867;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
/* buttons */
input[type*="submit"],
a.btn,
button.btn {
  display: inline-block;
  text-shadow: none;
  background: #1c3867;
  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: #674b1c;
  color: white;
}
/* members area */
thead {
  background: #1c3867;
  color: #fff;
  font-weight: 400;
}
thead a {
  color: #fff;
  text-decoration: underline;
}
.table th {
  font-weight: 400;
}
.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}
.php-index #leftcontent > div,
.php-index #rightcontent > div {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #1c3867;
  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: #1c3867;
  border-radius: 50%;
}
.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}
.php-weatherfg .weatherImage img,
.php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #1c3867;
  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;
}
.php-boardcomps .row {
  margin-left: 0px;
}
.php-boardcomps .row .span12 {
  width: 100%;
  margin-left: 0px;
}
/* tee time home page fixes */
.php-index #globalwrap > .global {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}
/* landscape tablet */
@media (min-width: 980px) and (max-width: 1199px) {
  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,
  [class*="body-class-match"] .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) {
  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,
  [class*="body-class-match"] .content-wrapper {
    width: 724px;
  }
  .table td,
  .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"],
  a.btn,
  button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td,
  .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .content-wrapper #globalwrap #date_form .tabs li.current a {
    background: #1c3867;
    margin-top: -1px;
  }
}
/* mobile */
@media (min-width: 0px) and (max-width: 767px) {
  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,
  [class*="body-class-match"] .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space,
  .body-class-members .header-space,
  .body-class-visitorbooking .header-space,
  .body-class-getawayletter .header-space,
  [class*="body-class-setcoursestatus"] .header-space,
  .body-class-opens .header-space,
  .body-loginpage .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"],
  a.btn,
  button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"],
  a.btn,
  button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
}
/* small mobile */
@media (min-width: 0px) and (max-width: 480px) {
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}
#existingFiles thead {
  background: none;
}
div.sticky-note {
  padding-bottom: 20px;
}
.php-ckeditor div.sticky-queue {
  border: none;
  box-shadow: none;
}
div#closebutton + br {
  display: none;
}
.body-class-setcoursestatus a.btn {
  margin: 5px 5px 5px 0;
}
.body-class-setcoursestatus input[name="loginword"] {
  height: 36px;
}
@media (max-width: 767px) {
  .php-ongoing .global p:nth-of-type(1) {
    width: 220px;
  }
}
#global.invalidPage {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 40px;
  margin-bottom: 80px;
}
#global.invalidPage:before {
  content: '!';
  font-size: 58px;
}
.body-class-members .addressFooter {
  display: none;
}
.body-class-members.php-ckeditor .addressFooter {
  display: block;
}
/* override system styles */
@media (max-width: 979px) {
  #globalwrap #date_form .tabs li.current a {
    background: #1c3867 !important;
    margin: 0;
  }
}
.php-search .content-wrapper input {
  height: 40px;
}
#date_form .tabs .backLink {
  top: -9px;
  font-size: 7px;
}
.body-class-members .content-wrapper #globalwrap .weatherImage img {
  background-color: #1c3867;
  border-radius: 50%;
}
/* --------------  HOME PAGE STYLES ----------------------------   */
.titleRow {
  margin-bottom: 65px;
  text-align: center;
}
@media (max-width: 979px) {
  .titleRow {
    margin-bottom: 25px;
  }
}
@media (min-width: 980px) {
  .titleRow h1 {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .splitContent {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .splitContent .text {
    padding: 20px 20px 0 70px;
  }
}
@media (max-width: 767px) {
  .splitContent .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 980px) {
  .splitContent .text h3 {
    margin-bottom: 35px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .splitContent .pic {
    padding: 0 80px;
  }
}
@media (min-width: 980px) {
  .splitContent .pic img {
    /*max-width: 400px;*/
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .splitContent .pic img {
    padding-left: 0;
  }
}
/*@media (min-width: 980px) {
  .innerPage .splitContent .pic img {
    max-width: 450px;
  }
}*/
.innerPage .splitContent.even {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .innerPage .splitContent.even {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 980px) {
  .innerPage .splitContent.even .pic img {
    margin-left: 30px;
  }
  .innerPage .splitContent.even .text {
    padding: 20px 70px 0 40px;
  }
}
.fullWidth {
  text-align: center;
}
.fullWidth .titleRow {
  margin-bottom: 25px;
}
/* ------------------------   HOLE PAGE STYLES ----------------------------------   */
.holePage {
  padding-top: 40px;
  text-align: center;
}
.holePage .titleRow {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .holePage h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
/* - COURSE OVERVIEW PAGE - */
.courseRow {
  background: #efefef;
  padding: 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .courseRow {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .courseRow {
    text-align: left;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .courseRow {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .courseRow h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .courseRow .pic {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .courseRow .pic {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .courseRow.even {
    flex-direction: row-reverse;
  }
  .courseRow.even .text {
    padding-left: 40px;
  }
}
/* ---------------------------  MEMBER PAGE STYLES - COMES AFTER CUSTOM STYLRS ----------------------------  */
@media (min-width: 980px) {
  .body-public .memberPage {
    padding-top: 120px;
  }
}
.body-class-members .sliderHolder,
.body-class-members .addressFooter {
  display: none;
}
.body-class-members.php-ckeditor .sliderHolder,
.body-class-members.php-ckeditor .addressFooter {
  display: block;
}
/* ES TWEAKS */
@media (min-width: 768px) {
  .holeNavigationRow .holeNavigation .menu-section ul li a {
    font-size: 24px;
  }
}
@media (min-width: 980px) {
  .holeStats .statContainer {font-size: 16px;}
}

/* anton styles */

.body-public .extra-row-add {
  display: none;
}

.body-public .extra-row-single-add {
  display: none;
}

.body-public .extra-row-double-add {
  display: none;
}

.body-public .remove-row {
  display: none;
}

.php-ckeditor .extra-row-add a {
  background: #1c3867;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
}

.php-ckeditor .extra-row-add a:hover {
  cursor: pointer;
}

.additional-row {
  margin-top: 20px;
}

.remove-row {
  font-size: 30px;
  color: #00f;
}

.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll, .sliderHolder .holeScroll {
  bottom: 40px;
}

.sliderHolder .nivo-caption {
  bottom: 90px;
  right: 0px;
  margin: 0px auto;
  background: transparent;
}

.sliderHolder .nivo-caption h4 {
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin: 0px;
  padding: 10px 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-competition a.btn {
    display: block;
    width: 200px;
    margin: 6px 0px;
  }
}

@media (min-width: 980px) {
  .body-public #header .navbar-inner {
    background: #fff;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .body-public #header .navbar-inner.scrolled {
    background: #fff;
  }
  .body-public #header .navbar-inner #nav li.dropdown .dropdown-toggle {
    color: #555;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .body-public #header .navbar-inner #nav li a {
    color: #555;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .body-public #header .navbar-inner #nav li.current a {
    background: #0c2047;
    color: #fff;
  }
  .body-public #header .navbar-inner.scrolled #nav li a, .body-public #header .navbar-inner.scrolled #nav li.dropdown .dropdown-toggle {
    color: #555;
  }
  .body-public #header .navbar-inner.scrolled #nav li.current a {
    background: #0c2047;
    color: #fff;
  }
  .body-public #header .navbar-inner #nav .dropdown-menu li a {
    color: #555;
  }
  .body-public #header .navbar-inner #nav .dropdown-menu li a:hover, .body-public #header .navbar-inner #nav > li.open > a  {
    background: #0c2047;
    color: #fff !important;
  }
  .body-public #header .navbar-inner.scrolled #nav .dropdown-menu li a {
    color: #555;
  }
  .body-public #header .navbar-inner #nav .dropdown-menu li.current a {
    color: #fff;
  }
  .body-public #header .navbar-inner.scrolled #nav .dropdown-menu li.current a {
    color: #fff;
  }
  .body-public #header .navbar-inner.scrolled #nav li.dropdown.active .dropdown-toggle {
    color: #fff;
  }
}

.video-map-row {
  margin: 50px 0px;
}

.hole-yards {
  text-align: left;
  /*width: 200px;*/
  margin: 0px auto;
}

.hole-yards > div {
  margin-bottom: 10px;
  display: inline-block;
  width: 200px;
}

.hole-yards .blue::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1c3867;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.hole-yards .white::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eee;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.hole-yards .yellow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fc0;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.hole-yards .red::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f00;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.hole-video {
  margin-top: 50px;
}

.new-hole .titleRow h1 {
  margin-bottom: 40px;
}

.hole-map img {
  /*max-width: 400px;*/
  width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-map {
    margin-top: 30px;
  }
  .hole-yards {
    margin-top: 30px;
  }
  .hole-map img {
    max-width: 250px;
    width: 100%;
  }
}

.andyShowWeatherAndCourseStatus b {
  display: inline-block;
}

.andyShowWeatherAndCourseStatus .status.status-open {
  display: block;
}

.andyShowWeatherAndCourseStatus {
  display: block;
  text-align: center;
}

.andyShowWeatherAndCourseStatus .weatherDiv {
  display: block;
  float: none;
  height: 35px;
  width: 400px;
  margin: 0px auto;
}

.andyShowWeatherAndCourseStatus .weathers .weatherSingle {
  margin-right: 15px;
}

.andyShowWeatherAndCourseStatus .weathers .weatherSingle:last-child {
  margin-right: 0px;
}

@media (min-width: 1200px) {
  .body-public #header #nav > li:nth-child(7) {
    margin-left: 125px;
  }
}

.new-hole .holePage {
  text-align: left;
}

.bottom-hole-row {
  margin-top: 50px;
}

.addressFooter {
  background: url('/images/resources/kingsnorton/footer-bg-test.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.addressFooter .telephoneAndMail {
  color: #fff;
}

.newsletterSubscribe h3 {
  color: #fff;
}

.addressFooter a {
  color: #4e90ff;
}

.addressFooter a:hover {
  color: #fff;
}

.body-contentpage .standardInclude .andyCarousel.inner {
  display: none;
}

.inner-full-pic {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 980px) {
  .inner-full-pic {
    padding-left: 40px;
  }
}

.body-class-membership h5 a {
  margin: 0px 5px;
}

.contact-social a {
  display: inline-block;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #1c3867;
  font-size: 20px;
  margin-right: 6px;
}

.contact-social a:hover {
  border-color: #674b1c;
}

.contact-social a em {
  position: relative;
  left: 2.5px;
}

.jcarousel-wrapper .jcarousel .imageHolder > br {
  display: none;
}

.inPageContent table {
  text-align: left;
}

.inPageContent table td {
  border: 2px solid #1c3867;
}

.inPageContent table th {
  border: 2px solid #1c3867;
  padding: 5px;
}

.splitContent .text {
  padding-top: 0px;
}

.splitContent h3 {
  margin-top: 0px;
}

.centeredchild {
  width: 85%;
}

.inPageContent h5 a, .inPageContent form input[type="submit"], .inPageContent .map_popup_form input[type="submit"] {
  margin-left: 0px;
}

@media (min-width: 1200px) {
  .body-public .hole-yards .blue {
    margin-left: 145px;
  }
  .body-public .hole-yards .white {
    margin-left: 20px;
  }
  .body-public .hole-yards .yellow {
    margin-left: 145px;
  }
  .body-public .hole-yards .red {
    margin-left: 20px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .hole-yards .blue {
    margin-left: 45px;
  }
  .hole-yards .white {
    margin-left: 10px;
  }
  .body-public .hole-yards .yellow {
    margin-left: 45px;
  }
  .hole-yards .red {
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-yards > div {
    display: block;
  }
  .body-public .hole-yards .blue {
    margin-left: 152px;
  }
  .body-public .hole-yards .yellow {
    margin-left: 152px;
  }
  .body-public .hole-yards .white {
    margin-left: 152px;
  }
  .body-public .hole-yards .red {
    margin-left: 152px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-yards {
    max-width: 430px;
  }
}

.hole-tip h4 {
  margin-top: 0px;
  color: #1c3867;
  font-weight: 600;
}

.splitContent strong {
  color: #1c3867;
}

.row-fluid.splitContent {
  margin-top: 60px;
}

.additional-row {
  margin-top: 0px;
}

@media (min-width: 980px) {
  .splitContent .text {
    padding-left: 40px;
    padding-right: 0px;
  }
  .splitContent .pic {
    padding-left: 40px;
  }
  .splitContent .pic img {
    padding-left: 0px;
  }
}

.body-class-course_overview .sliderHolder .galleryInner::after, .body-class-course_overview .sliderHolder .galleryInner img::after {
  height: 70px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-course_overview .sliderHolder .galleryInner, .body-class-course_overview .sliderHolder .galleryInner img {
    min-height: 280px;
  }
  .body-class-course_overview .sliderHolder .galleryInner::after, .body-class-course_overview .sliderHolder .galleryInner img::after {
    height: 0px;
  }
}

.socialIcons a:last-child {
  display: none;
}

.body-public .sliderHolder .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 1200px) {
  .body-public #header .navbar-inner #nav li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 40px 11px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public #header .navbar-inner #nav li a {
    text-transform: capitalize;
    font-size: 12px;
    padding: 40px 6px;
  }
  .body-public #header #nav > li:nth-child(7) {
    margin-left: 120px;
  }
  .nav-menu-about .dropdown-menu {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 980px) {
  .body-public #header .navbar-inner.scrolled #nav > li > a {
    text-shadow: none;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .andyShowWeatherAndCourseStatus {
    margin-top: -80px;
  }
}

@media (min-width: 480px) and (max-width: 979px) {
  .andyShowWeatherAndCourseStatus .weatherDiv {
    width: 450px;
  }
}

#header .navbar-inner .logoLink {
  width: 100px;
}

#header .navbar-inner #nav li a {
  text-transform: capitalize;
  padding: 30px 14px;
}

.newsThumbs {
  display: none;
}

.body-public .members-logo {
  display: none;
}

.body-class-members .public-logo {
  display: none;
}

.inPageContent table td p {
  margin: 0px;
}

.body-public #header .logoLink {
  width: 125px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-public #header .public-logo {
    display: none;
  }
  .body-public #header .members-logo {
    display: block;
  }
}

.body-class-members #header .navbar-inner {
  min-height: 80px;
}
 
/* end anton styles */

/* iframe styles */

.captur3d-3d-tour { text-align: center; }
.captur3d-3d-tour iframe {
        min-height: 360px;
        width: 100%;
        margin: 24px 0px;
}
     
@media screen and (min-width: 992px) {
        .captur3d-3d-tour iframe {
          height: 675px;
          max-width: 1200px;
          margin: 0 auto 24px;
        }
      }

/* end iframe styles */

/* ES TWEAKS */
.splitContent .pic button img {
    padding-left: 0;
}
.splitContent .pic .gm-svpc img {
    padding-left: 0;
}