/* ////////////////// ////////////////////////  QUICK VARIABLES MAIN COLOURS //////// ///////////////  /// */

:root {

--pageBackground: #fff;	 /* white */

--systemAndMembersContainerBackground: url(/images/resources/northhants/bg-admin-1.jpg) top center no-repeat;	

--navMainHeight: 60px;
	
--mainNavbg: #2b5362; 
--darkVariation: rgba(28, 57, 68, 0.88);
--menuLinkColor: #efefef;
--highlightColor: #fdbe00;
--darkHighlightColor: #d9b00e;

--mainTextColor: #000; 
--bodyFontFamily: 'Work Sans', sans-serif;
--secondaryFont: 'Playfair Display', serif; 
--normalLinkColor: #2b5362;
--normalLinkColorHover: #e40521;
--inPageContentH2Color: #d9b00e;
}

/* ///////////// //////////////////// //////////STANDARD STYLES FOR MOST PROJECTS /////// //////////////// ///// */
* {
box-sizing: border-box;
}
#outerborder { /* this was only public body but extended to all because of footer */
overflow-x: hidden;
overflow-y: auto;
}
#container {
min-height: calc(100vh - 50px); /* this keeps very bottom footer (50px) at bottom on short pages */
}
.sliderHolder {
position: relative;
}
.forceFullWidth {
position: relative;
width: 100vw !important;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
/* ////////////////////// //////// GENERIC CUSTOMISATIONS /////////////////////////////////////// ///// / //// */
body {
padding: 0;
font-family: 'Work Sans', sans-serif;
color: #000;
font-size: 16px;
line-height: 26px;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Playfair Display', serif;
letter-spacing: 1px;
color: rgba(28, 57, 68, 0.88);
line-height: normal;
}
.inPageContent h2 {
color: #d9b00e;
padding: 10px 0;
}
a:link,
a:visited {
color: #2b5362;
outline: 0;
text-decoration: none;
}
a:hover,
a:active,
a:focus {
color: #fdbe00;
outline: 0;
}
hr {
border-top: 1px solid #e1e1e1;
}
/* TABLES */
.body-public .wysiwyg-editable table {
width: 100%;
}
.inPageContent table th {
text-align: center;
font-weight: normal;
padding: 10px 0;
border: 1px solid #212e32;
}
.inPageContent table {
margin-bottom: 30px;
}
.body-public .wysiwyg-editable table td {
border: 1px dotted #2b5362;
padding: 5px;
text-align: center;
}
/* FORMS */
.body-public form .customFormLine input {
height: 40px;
width: 100%;
margin-bottom: 20px;
background: #efefef;
text-align: center;
}
.body-public form .customFormLine textarea {
height: 100px;
width: 100%;
background: #efefef;
text-align: center;
}
.body-public form .customFormLine {
color: #2b5362;
position: relative;
}
.body-public form .customFormRadioItem {
background: #efefef;
padding: 5px 10px;
display: block;
width: 100%;
}
.body-public form .customFormRadioItem input {
height: auto;
width: auto;
margin-top: 16px;
margin-right: 5px;
}
.body-public form .customFormLine input[type="checkbox"] {
height: auto;
width: auto;
}
.body-public .inPageContent .ui-datepicker-trigger  {
position: absolute;
right: 20px;
top: -5px;
}
/* ////////////////// ///////////// // SUB MENU HORIZONTAL /////////////////// ////// */
.subMenu {
background: #2b5362;
text-align: center;
}
.subMenu ul {
margin: 0;
}
.body-public .menu-section h2 {
display: none;
}
.body-public .menu-section li {
list-style-type: none;
display: inline;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
}
.body-public .subMenu .menu-section li::after {
content: '-';
padding: 0 7px;
color: #fff;
}
.body-public .menu-section li:last-child:after {
display: none;
}
.body-public .subMenu .menu-section li a {
margin: 10px;
text-decoration: none !important;
display: inline-block;
color: #fff;
letter-spacing: 0.5px;
font-weight: normal;
}
.body-public .subMenu .menu-section li.current a,
.body-public .subMenu .menu-section li a:hover {
color: #fdbe00;
}
/* ////////////// ///////////// /// SLIDER CAPTIONS ////////// ///////////////// //// */
.sliderCaptions {
text-align: center;
position: absolute;
width: 100%;
margin-left: auto;
margin-right: auto;
left: 0;
top: 20%;
z-index: 9;
right: 0;
}
.sliderCaptions.innerSliderCaptions {
top: 120px;
}
.sliderCaptions h2 {
color: #fff;
font-family: 'Playfair Display', serif;
font-weight: bold;
font-size: 32px;
letter-spacing: 3px;
text-shadow: 1px 1px 1px #000;
margin-bottom: 0;
margin-top: 0;
}
.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;
}
.sliderCaptions img {
width: 100px;
margin-bottom: 5px;
}
a.champVenue {
position: absolute;
bottom: 20px;
width: 120px;
right: 30px;
z-index: 9;
}
/* ANIMATIONS AND SCROLL ON SLIDER */
.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
position: absolute;
bottom: 15%;
z-index: 9;
width: 100px;
text-align: center;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
color: #fff;
letter-spacing: 1px;
font-size: 14px;
}
.sliderHolder .fa.fa-chevron-down {
display: block;
font-size: 18px;
text-align: center;
width: 40px;
padding: 0;
height: 40px;
border-radius: 50%;
margin: 10px auto 15px auto;
letter-spacing: 0;
}
.fa-chevron-down:before {
content: "\f078";
display: inline-block;
margin: 0 auto;
width: 100%;
}
.animated.heartBeat {
-webkit-animation-duration: 4s;
-webkit-animation-delay: 1s;
-webkit-animation-iteration-count: infinite;
-moz-animation-duration: 4s;
-moz-animation-delay: 1s;
-moz-animation-iteration-count: infinite;
-o-animation-duration: 4s;
-o-animation-delay: 1s;
-o-animation-iteration-count: infinite;
animation-duration: 4s;
animation-delay: 1s;
animation-iteration-count: infinite;
}
.sliderCaptions.animated {
animation-duration: 4s;
animation-delay: 0;
-o-animation-duration: 4s;
-o-animation-delay: 0;
-moz-animation-duration: 4s;
-moz-animation-delay: 0;
-webkit-animation-duration: 4s;
-webkit-animation-delay: 0;
}
.ct-js-btn-scroll.animated {
animation-duration: 4s;
animation-delay: 1s;
-o-animation-duration: 4s;
-o-animation-delay: 2s;
-moz-animation-duration: 4s;
-moz-animation-delay: 1s;
-webkit-animation-duration: 4s;
-webkit-animation-delay: 1s;
}
/* ////////////// //////////// /// MAIN SLIDER & INNER SLIDER ///////////////// //////////////// // */
 .sliderHolder .galleryInner {
width: 100vw !important;
height: 100vh !important;
max-width: 100%;
}
.sliderHolder .galleryInner img {
width: 100vw !important;
height: 100vh !important;
object-fit: cover;
}
.sliderHolder.innerSliderHolder .galleryInner {
height: auto !important;
min-height: 250px;
}
.sliderHolder.innerSliderHolder .galleryInner img {
height: auto !important;
min-height: 250px;
object-fit: cover;
}
.body-public .sliderHolder .nivo-controlNav-Wrapper {
display: none !important
}
.body-public .sliderHolder .nivo-controlNav a {
background: transparent;
border: 1px solid #fff;
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.body-public .sliderHolder .nivo-controlNav a.active {
background: #fff;
}
.nivo-directionNav {
display: none !important;
}
.sliderHolder .nivo-caption {
background: rgba(255, 255, 255, 0.75) !important;
}
.sliderHolder .nivo-caption h4 {
font-size: 16px;
line-height: 28px;
padding: 0 20px;
}
/* /////////////// //// ////////// COURSE STATUS ///////////////// ///////////////// */
.Button .fa {
font-size: 32px;
color: #fdbe00;
padding: 10px;
}
.andyWeatherAndCourseStatusButton,
.andyShowWeatherAndCourseStatus {
position: fixed;
bottom: 0;
left: 0;
z-index: 9;
padding: 10px;
font-size: 13px;
max-width: 90%;
}
span.float-right.close-weather-and-course-status {
margin-left: 20px;
position: absolute;
right: 10px;
}
.andyWeatherAndCourseStatusButton a {
color: #efefef !important;
letter-spacing: 1px;
cursor: pointer;
}
span.float-right.close-weather-and-course-status .fa {
font-size: 18px !important;
color: #fdbe00;
cursor: pointer;
}
.andyShowWeatherAndCourseStatus h3 {
display: none;
}
.weathers {
color: #efefef;
display: inline-block;
width: auto;
padding: 7px 10px 5px 0;
font-size: 13px !important;
float: left;
margin-right: 5px;
margin-left: 10px;
border-right: 1px solid #bab3b3;
}
.weatherSingle {
float: left;
width: 165px;
}
.afterWeather {
display: none;
}
.afterWeather + h3 + p {
float: left;
}
.weatherDate {
font-size: 14px;
margin-left: 55px;
float: left;
}
.weatherTemp {
font-size: 16px;
color: #fdbe00;
float: left;
}
.weatherDate:after {
content: '/';
margin: 0 5px;
}
.weatherImage{
width: 50px;
position: absolute;
top: 3px;
}
.courseStatusAndWeather h3 {
display: none;
}
.body-public span.updatedate b {
display: none;
}
.body-public span.updatedate {
color: #efefef;
font-size: 14px !important;
display: inline-block;
padding: 6px 10px 2px 10px;
font-weight: normal;
letter-spacing: 1px;
}
/* ////////////////////////////// /////////////////  HOME PAGE BLOCKS  ////////////////////// ///////////// /// /// */
.sectionPic img {
min-height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
z-index: -1;
}
.sectionText {
display: flex;
justify-content: flex-end;
flex-direction: column;
min-height: 100vh;
margin-left: 50%;
color: #fff;
width: 50%;
padding: 60px 100px 80px 100px;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) -150px, #000000 100%);
}
.even .sectionText {
margin-left: 0;
}
.sectionText h2 {
margin-top: 0;
color: #fdbe00;
padding: 20px 0;
letter-spacing: 2px;
font-size: 48px;
font-weight: normal;
}
.sectionText h5 a,
.inPageContent h5 a,
.inPageContent h6 a,
.body-public form input[type="submit"],
#globalwrap .map_popup_form input[type=submit] {
background: none !important;
color: #e40521;
padding: 10px 20px;
margin: 20px 0;
font-family: 'Work Sans', sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
border: 1px solid #e40521;
font-weight: normal;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.sectionText h5 a {
color: #fdbe00;
border: 1px solid #fdbe00;
}
.inPageContent h5 a {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.inPageContent h6 a,
.body-public form input[type="submit"],
#globalwrap .map_popup_form input[type=submit] {
color: #2b5362;
border: 1px solid var( --mainNavbg);	
}
.sectionText h5 a:hover,
.inPageContent h5 a:hover,
.inPageContent h6 a:hover,
.body-public form input[type="submit"]:hover,
#globalwrap .map_popup_form input[type=submit]:hover {
color: #fff;
border: 1px solid #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-decoration: none;
}
.inPageContent h5 a:hover {
color: #2b5362;
border: 1px solid var( --mainNavbg);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	
}
.inPageContent h6 a:hover,
.body-public form input[type="submit"]:hover,
#globalwrap .map_popup_form input[type=submit]:hover {
color: #e40521;
border: 1px solid #e40521;	
}
.sectionText a {
color: #fdbe00;
}
.sectionText a:hover {
text-decoration: underline;
color: #fff;
}
.inPageContent a {
color: #fdbe00;
}
.inPageContent a:hover {
text-decoration: underline;
}
/* ///////////////////// //////////////////////////  INNER PAGE /////////////////////////////// ///////// ////////  */
.inPageContent {
background: #f6f6f6;
padding: 40px;
text-align: center;
}
.inPageContent h1 {
color: #d9b00e;
font-weight: normal;
padding-bottom: 10px;
}
.inPageContent h4 {
line-height: 28px;
}
.fullWidthPic img {
width: 100%;
min-height: 250px;
object-fit: cover;
height: auto;
}
/* //////// /////////////////// ///////////////////  GOOGLE MAPS STYLES  ///////// ///////////// ////////////////// */
div#map_container {
width: 100% !important;
height: 500px !important;
color: #000;
}
.googleMapHolder .gm-style .gm-style-iw-a,
.googleMapHolder .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom,
.googleMapHolder .gm-svpc,
.googleMapHolder button.gm-control-active.gm-fullscreen-control,
.googleMapHolder .gm-style-mtc {
display: none !important;
}
.gm-style .gm-style-iw-c {
line-height: 24px !important;
border-top: 10px solid #2b5362 !important;
}
#globalwrap .map_popup_form input[type=text] {
height: 35px !important;
}
.gm-style-iw-d {
padding: 0 5px !important;
}
.googleMapHolder .map_popup a {
color: #2b5362;
}
.googleMapHolder .map_popup a:hover {
color: #e40521;
}
/* ////////// ///////////////////////  HOLE TOUR STYLES /////////////// ////////////////////  */
.body-public .menu-section h2 {
display: none;
}
.holeNavigationRow {
position: absolute;
margin-top: -60px;
z-index: 10;
}
.holeNavigation {
text-align: center;
}
.holeNavigation .menu-section {
display: inline-block;
position: relative;
width: auto;
margin: 0 auto;
text-align: center;
}
.holeNavigation ul {
margin: 0;
}
.body-public .menu-section li {
list-style-type: none;
}
.holeNavigation a {
color: #fff;
text-transform: uppercase;
display: inline-block;
padding: 7px 0;
font-weight: normal;
font-size: 18px;
text-decoration: none !important;
}
.holeNavigation a:hover {
color: #fdbe00;
}
.holeNavigation a:after {
display: none;
}
.holeNavigation a:before {
content: "-";
padding: 0 10px;
color: #efefef !important;
}
.holeNavigation ul li:first-child a:before {
display: none;
}
.body-public .holeNavigation .menu-section li a {
margin: 0;
}
.body-public .holeNavigation .menu-section li.current a {
color: #fdbe00;
}
iframe#ytplayer {
width: 80%;
margin-bottom: 20px;
}
.holestats {
margin: 20px 0 10px 0;
}
.statCircle {
height: 12px;
width: 30px;
border: 1px solid #b8b8b8;
display: inline-block;
font-size: 0px;
line-height: 20px;
}
.whiteCircle {
background: #fff;
}
.yellowCircle {
background: #fff000;
}
.redCircle {
background: #ff0000;
}
/*  //////////////////// ///// /// FRONT END FOOTER /////////////////////// /////// */
.addressFooter {
text-align: center;
padding: 50px 20px 275px 20px;
background: url(/images/resources/northhants/footer_bg.jpg) top center no-repeat;
background-size: cover;
color: #2b5362;
font-size: 28px;
line-height: 48px;
}
.telephoneAndMail {
margin-top: 20px;
font-size: 18px;
line-height: 38px;
}
p.footerCopyright {
font-size: 16px;
line-height: 24px;
margin-bottom: 0;
}
.socialIcons em {
border: 2px solid;
width: 55px;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 10px 7px 10px 13px;
margin: 15px 3px;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
}
.socialIcons em.fa-facebook {
padding: 10px 15px 10px 17px;
color: #3c5a99;
}
.socialIcons em.fa-twitter {
color: #28aae1;
}
.socialIcons em.fa-youtube {
color: #e62c2e;
}
.socialIcons em:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
img.fullersLogo {
margin: 20px 10px 20px 10px;
width: 90px;
}
a.igLogo img {
width: 100px;
}
/* ///////////////////////// //// /// TEST PAGE SETTINGS ////////////////////////////////////// //////////  */
.inPageContent.gotSidebar {
text-align: left;
}
/* ////////////  GALLERY //////////////  */
.inPageContent #gallery div.ss-controls .play,
.body-public .inPageContent div#thumbs div.top,
.inPageContent #gallery div.caption-container,
.inPageContent #gallery div.controls {
display: none;
}
.inPageContent #gallery div.slideshow img {
border: none;
}
.body-public .inPageContent #thumbs ul.thumbs li.selected a.thumb {
background: none;
}
.body-public .inPageContent #thumbs a.thumb {
padding: 0;
border: none;
position: relative;
transition: 0.9s;
}
.body-public .inPageContent .pull-right.gallery-image,
.body-public .inPageContent .pull-left.gallery-thumbs {
width: 100%;
}
.body-public .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(28, 57, 68, 0.88);
border-color: rgba(28, 57, 68, 0.88);
}
.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;
}
/* in content slider standard settings and gallery */
.inPageContent .galleryWrapper.galleryWrapperNivo {
position: relative;
}
.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%;
border-radius: 50%;
margin: 3px;
}
.inPageContent .nivo-controlNav a.active {
background: #fdbe00;
}
.inPageContent .nivo-directionNav {
display: none !important;
}




/* /////////////// //////////// // MEDIA QUERIES START ////////////////// /////////////////////// ////////////  */

/* /////////  MIN WIDTH 1200PX ///////////////   */
@media (min-width: 1200px) {
      
	  
}
/* //////////  MAX 1199PX ///////////////// //  */
@media (max-width: 1199px) {
    
}
/* // ////////   768 - 1199 // /////  ///////   */
@media (min-width: 768px) and (max-width: 1199px) {
	 
}
/* ///////// /// 980 - 1199 ///// //// /////    */
@media (min-width: 980px) and (max-width: 1199px) {
	      .holeNavigation a:before {
          padding: 0 7px;
          }
}
/* /// /////   768 - 979  ///// / /// */
@media (min-width: 768px) and (max-width: 979px) {
     .container {
	 width: auto !important; /* get more horizontal space 768 to 979 */	 
	 }
	 .holeNavigation a:before {
     padding: 0 6px;
     }
	 .sectionText {
	  padding-right: 40px;
	  padding-left: 40px;
	 }
}
/* //// MAX WIDTH 979 ///// //// */
@media (max-width: 979px) {
	li.menu-section-hole-10 a {
    clear: left;
    }
	.inPageContent	{
     padding: 40px 20px;
	 }
	 .holeNavigationRow {
     width: 100%;
	 }
	.holeNavigation {
    text-align: center;
    }
	a.champVenue {
	display: none;
    }
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
	#globalwrap {
    padding-top: 0;
    }
	.nivo-directionNav {
    display: block !important;
    }
	.sliderHolder a.nivo-prevNav {
     width: 25px !important;
     height: 47px !important;
     background: url(/images/resources/northhants/sliderLeftSmall.png) center center no-repeat !important;
     left: 5%;
     }
     .sliderHolder a.nivo-nextNav {
     width: 25px !important;
     height: 47px !important;
     background: url(/images/resources/northhants/sliderRightSmall.png) center center no-repeat !important;
     right: 5%;
     }
}
/* ///// //// MIN WIDTH 768 /// ////////// /   */
@media (min-width: 768px) {
	.moveRight768AndAbove {
	float: right !important;	
	}
	.removeMarginLeft768AndAbove {
	margin-left: 0 !important;
	}
	.statContainer {
    display: inline-block;
    margin: 10px;
    }
}
/* //// MAX WIDTH 767 ///// //// */
@media (max-width: 767px) {
     a.igLogo img {
    float: none;
	padding-top: 10px;
    }
	.footer {
    height: 125px;
	text-align: center;
    }
	#container {
    min-height: calc(100vh - 125px); /* this keeps very bottom footer (125px on this site) at bottom on short pages */
    }
	.holeNavigationRow {
    margin-top: 0;
    background: #2b5362;
	position: relative;
	padding: 10px 0;
    }
	.body-public .holeNavigation .menu-section li a {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 7px;
    margin: 5px;
    padding: 7px;
    background: rgba(28, 57, 68, 0.88);
    color: #ffffff;
    }
	.body-public .holeNavigation .menu-section li a:hover {
    color: rgba(28, 57, 68, 0.88);
    background: var( --highlightColor);
    }
	.holeNavigation a:before {
	display: none;
	}
	.statContainer {
    margin: 10px;
    }
	iframe#ytplayer {
    width: 100%;
	}
	.andyShowWeatherAndCourseStatus {
	max-width: 100%;
    width: 100%;
    }
	.weathers {
	margin-left: 0;
	}
	.weatherSingle {
	display: none;
	}
    .weathers .weatherSingle:first-child {
    display: inline-block !important;
    width: 155px;
    }
    .sectionText {
    margin-left: 0;
    width: 100%;
    padding: 40px 40px 20px 40px;
    }
    .sectionText h2 {
    padding: 5px 0;
    letter-spacing: 1px;
    font-size: 28px;	
    }
	.sectionText h5 a {
    padding: 8px 10px;
    font-size: 12px;
    margin: 10px 0;
	}
}
/* /////////   480 - 767 ////////////////   */
@media (min-width: 480px) and (max-width: 767px) {
     	
}
/* //// MAX WIDTH 480 ///// ////  //// ///  */
@media (max-width: 480px) {
    .menu-trigger {
	width: 68px;
    padding: 0;
	}
	li.menu-section-hole-7 a, li.menu-section-hole-13 a {
    clear: left;
    }
	li.menu-section-hole-10 a {
    clear: none;
    }
	.holeNavigation a {
    margin: 5px;
    }
	.sliderCaptions h2 {
    font-size: 24px;
    }
    .sliderCaptions h1 {
    font-size: 48px;
    }
	.sliderCaptions {
	top: 15%;
	}
	.sectionText {
     padding-bottom: 80px
    }
	.body-public .menu-section li::after {
    display: none;
    }
	.subMenu {
	padding: 10px;
	}
	.body-public .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
	}
    .body-class-scorecard .inPageContent {
    padding: 40px 0;
    }
    .body-class-scorecard .wysiwyg-editable table td {
    padding: 5px 0;
    }
   .body-class-scorecard .inPageContent table th {
    font-size: 11px;
    }
   .telephoneAndMail {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    }
    p.footerCopyright {
    font-size: 14px;
    line-height: 22px;
    }
    a.igLogo img {
    padding-top: 0;
    }
    img.fullersLogo {
    margin: 10px 10px 20px 10px;
    width: 80px;
    }
}
/* height media query to fit everything onmobile landscape */
@media (min-height: 0px) and (max-height: 399px) {
  .sliderCaptions {
   top: 30px;
  }
  .sliderCaptions img {
  width: 60px;
  margin-bottom: 0;
  }
  .sliderCaptions h1 {
  font-size: 38px;
  margin-bottom: 0 !important;
  }
  .sliderCaptions h2 {
  font-size: 18px;
  margin: 0 !important;
  }
}


/* REMEMBER TO CHANGE MENU TOGGLE ARROWS TO CORRESPONDING GOLF CLUB */

/* ///////  ///////////////////   GENERIC NAVBAR ////////// //////////////////// //////////// /// */
.collapse {
-webkit-transition: height 0.90s ease;
-moz-transition: height 0.90s ease;
-o-transition: height 0.90s ease;
transition: height 0.90s ease;
}
div#header {
min-height: 60px;
}
.body-public div#header {
min-height: 0;
}
#header .logoLink img {
width: 70px;
float: left;
margin-top: 0;
margin-right: 20px;
position: absolute;
z-index: 99;
}
.navbar .nav {
margin: 0;
}
.navbar-inverse .navbar-inner {
background: #2b5362;
min-height: 60px;
}
.body-public .navbar-inverse .navbar-inner {
min-height: 0;
}
.navbar-inverse .nav li a {
font-size: 14px;
text-shadow: none;
color: #efefef;
padding: 20px 14px;
text-decoration: none;
}
li.nav-level-1.current a,
li.nav-level-1.current a:hover {
background: rgba(28, 57, 68, 0.88);
}
.navbar-inverse .nav li a:hover {
color: #fdbe00;
}
li.nav-level-1.nav-menu-login_page a,
#logoutbtn {
color: #fdbe00;
}
.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-color: rgba(28, 57, 68, 0.88);
color: #efefef;
}
.dropdown-menu {
margin: 0;
list-style: none;
background-color: rgba(28, 57, 68, 0.88);
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;
display: block;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.75s linear;
-moz-transition: opacity 0.75s linear;
-o-transition: opacity 0.75s linear;
transition: opacity 0.75s linear;
}
.navbar .nav > li > .dropdown-menu:after {
border-bottom: 6px solid #efefef;
}
.navbar-inverse .nav .dropdown-menu > li > a {
border-bottom: 1px dotted #efefef;
padding: 10px;
clear: both;
color: #efefef;
}
.navbar-inverse .nav .dropdown-menu li:last-child a {
border-bottom: none;
}
.navbar-inverse .nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
background-color: rgba(28, 57, 68, 0.88);
background-image: none;
color: #fdbe00;
}
/* fade in dropdown menu */
.open > .dropdown-menu {
pointer-events: auto;
opacity: 1;
}
/* ///////////////////////////////////////    NAVBAR STYLES ALREADY IN ADMIN PANEL /////////////////////// /////  */
.navbar-inverse .navbar-inner {
border: none;
box-shadow: none;
}
.menu-trigger {
outline: 0;
position: absolute;
right: 0;
top: 0;
background-color: #2b5362;
z-index: 0;
width: 75px;
height: 60px;
color: #efefef;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 0;
}
#hamburger-icon .line {
display: block;
background: #efefef;
height: 2px;
position: absolute;
right: 18px;
border-radius: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
top: 18px;
width: 40%;
}
#hamburger-icon .line.line-2 {
top: 28px;
width: 50%;
}
#hamburger-icon .line.line-3 {
top: 38px;
width: 50%;
}
/* //////////////////////////////// //////////////  OFF CANVAS MENU ////////////////////////// /// */
.body-public .navbar-fixed-top {
position: fixed;
}
.body-public .navbar-fixed-top .navbar-inner {
padding: 0;	
}
.body-public .nav-collapse {
overflow: auto;
}
.body-public .navbar #myNavbar .nav {
margin-top: 0;
}
.body-public div#myNavbar {
width: 0;
overflow-x: hidden !important;
overflow-y: auto !important;
position: fixed;
z-index: 1;
height: 100% !important;
top: 0;
right: 0;
padding-top: 60px;
transition: 0.5s;
background: rgba(43, 83, 98, 0.85);
}
#myNavbar .closebtn {
display: none;
}
.body-public #myNavbar .closebtn {
display: inline-block;
color: #fff;
position: absolute;
top: 0;
right: 0;
font-size: 36px;
margin-left: 0;
padding: 17px 35px;
background: #2b5362;
}
.body-public .navbar .nav {
width: 300px;
}
.body-public .navbar .nav li {
float: none;
}
.logoLinkOffCanvas {
display: none;
}
.body-public .logoLink {
display: none;
}
.body-public .newLogoHolder {
display: block;
position: relative;
width: 300px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
z-index: -1;
}
.body-public .logoLinkOffCanvas {
display: block;
position: relative;
width: 80px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.body-public .logoLinkOffCanvas img {
width: 80px;	
}
.body-public .navbar-inverse .nav-collapse .nav li a {
padding: 10px 14px;
margin: 5px 10px;
font-size: 14px;
background: none;
}
.body-public .navbar-inverse .nav-collapse .nav li a:hover {
color: #fdbe00 !important;
background-color: rgba(28, 57, 68, 0.88) !important;
}
.body-public li.nav-level-1.current a,
.body-public li.nav-level-1.current a:hover {
background: rgba(28, 57, 68, 0.88) !important;
color: #fdbe00 !important;
}
.body-public .nav li {
padding-top: 0;
}
.body-public .navbar-inverse .nav-collapse .nav > li > a.moredown, 
.body-public.navbar-inverse .nav-collapse .dropdown-menu a.moredown {
background: transparent;
}
/*.body-public .navbar-inverse .nav li.moredown.dropdown.nav-level-1.nav-haslevel-2.open a.moredown,
.body-public .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
background: transparent url(https://northhants.designmode.intelligentgolf.co.uk/images/resources/northhants/menuUpToggle.png) right 15px center no-repeat;
}*/
/* drop down in off canvas */
.body-public .open > .dropdown-menu {
position: relative;
background: transparent;
width: 240px;
padding-top: 0;
margin: 0 0 10px 20px;
}
.body-public .dropdown-menu {
background: transparent;
width: 240px;
padding-top: 0;
margin: 0 0 10px 20px;	
}
.body-public .navbar .nav > li > .dropdown-menu:before,
.body-public .navbar .nav > li > .dropdown-menu:after {
display: none;
}
.body-public .navbar-inverse .nav .dropdown-menu > li > a {
border-bottom: none;
background: #1d3c47;
font-size: 13px !important;
width: 100%;
margin: 5px 0;
padding: 5px 10px;
clear: both;
color: #efefef;
}
.body-public .navbar-inverse .nav .dropdown-menu > li > a:hover {
color: #fdbe00;
}
.body-public .navbar-inverse .nav li.moredown.dropdown.nav-level-1.nav-haslevel-2.active.top-menu-active a.moredown,
.body-public .navbar-inverse .nav li.dropdown.active > .dropdown-toggle {
/*background: #2b5362 url(https://northhants.designmode.intelligentgolf.co.uk/images/resources/northhants/menuDownToggle2.png) right 15px center no-repeat;*/
color: #fdbe00;
}
.body-public .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
background: rgba(28, 57, 68, 0.88);
color: #fdbe00;
}
/* MEDIA QUERIES NAVBAR */
@media (min-width: 980px)  {
                            .menu-trigger {
                            display: none;
                            }
							.body-public .menu-trigger {
							display: inline-block !important;
							}
							.navbar-inverse .nav .dropdown-menu li.nav-level-2.current a {
                            color: #fdbe00 !important;
                            }
							div#myNavbar {
                            margin-left: 70px;
                            }
}
@media (max-width: 979px) {
                            .navbar-inverse .btn-navbar {
                            color: #efefef;
                            text-shadow: none;
                            background-color: transparent;
                            background-image: none;
                            margin: 20px 35px 20px 0px;
                            }
                            .header-wrapper .navbar-inverse .nav > li {
                            display: block;
                            }
                            .nav li {
                            padding-top: 10px;
                            }
							.navbar-fixed-top {
	                        margin: 0;
	                        }
	                        .navbar #myNavbar .nav {
                            margin-top: 90px;
	                        padding-bottom: 30px;
                            }
	                        .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
                            color: #efefef;
                            padding: 10px 15px;
                            font-size: 16px;
                            font-weight: normal;
                            margin: 0 20px;
                            background: rgba(28, 57, 68, 0.88);
							border-bottom: none !important;
                            }
	                        /*.navbar-inverse .nav-collapse .nav > li > a.moredown, .navbar-inverse .nav-collapse .dropdown-menu a.moredown {
	                        background: rgba(28, 57, 68, 0.88) url(https://northhants.designmode.intelligentgolf.co.uk/images/resources/northhants/menuDownToggle2.png) right 15px center no-repeat;
                            }	
	                        .navbar-inverse .nav li.moredown.dropdown.nav-level-1.nav-haslevel-2.active.top-menu-active a.moredown,
                            .navbar-inverse .nav li.dropdown.active > .dropdown-toggle	{
                            background: #fdbe00 url(https://northhants.designmode.intelligentgolf.co.uk/images/resources/northhants/menuDownToggle2.png) right 15px center no-repeat;
                            }
	                        .navbar-inverse .nav li.moredown.dropdown.nav-level-1.nav-haslevel-2.active.top-menu-active.open a.moredown,
                            .navbar-inverse .nav li.dropdown.active.open > .dropdown-toggle	{
                            background: rgba(28, 57, 68, 0.88) url(https://northhants.designmode.intelligentgolf.co.uk/images/resources/northhants/menuUpToggle.png) right 15px center no-repeat;
                            }
	                        .navbar-inverse .nav li.moredown.dropdown.nav-level-1.nav-haslevel-2.open a.moredown,
                            .navbar-inverse .nav li.dropdown.open > .dropdown-toggle	{
                            background: rgba(28, 57, 68, 0.88)  url(https://northhants.designmode.intelligentgolf.co.uk/images/resources/northhants/menuUpToggle.png) right 15px center no-repeat;
                            }	*/
	                        .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
                            background: #fdbe00;
							color: #efefef;
                            }
	                        #myNavbar {
                            z-index: 11;
                            background: #2b5362;
	                        }
							.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
                            background-color: #fdbe00;
                            }
							#header .logoLink img {
                            left: 50%;
                            transform: translateX(-50%);
							}
}
/* ///////////////////////////////////  VARIOUS CMS TWEAKS /////////////////////////////////// ////// //////////// /////////////////////////////////////// /// GENERALLY DON'T NEED TO TOUCH /////////// /////////////////// ////////////////////// ///////// /////////////////////////// ///////////////////////// //////// */
.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;
}
.php-search input#string {
height: 40px;
}
.php-messages .well-large {
padding:0px;
}
.php-halloffame h1 {
font-size: 24px;
border-bottom: 1px dotted;
padding-bottom: 20px;
}
.php-roundmgmt .dateperiods {
/* float:none; THIS WAS CAUSING OVERLAPPING ON SMALL SCREEN PAGE FOR ROUNDMGMT */
}
/*.php-roundmgmt #globalwrap {
overflow: scroll;
}*/
#login fieldset {
padding: 0;
margin: 0;
border: 0;
display: inline-block;
transform: translateX(-90px);
}
.php-hcaprecord #global {
overflow: scroll;
}
#latestcomp, #upcomingcomps, #previouscomps, #fpmessagediv, #admin_dash, .announcements, #myupcoming, #myteetimes, .news, .members-mobile-scoreentry,#halloffame {
border: 2px solid rgb(185, 152, 99);
background: rgba(255, 255, 255, 0.8);
}
.teetimesholder th, #memteetimes th, .teetimesholder thead tr {
border: #706862 1px solid;
}
table.teetimesholder td {
border-right: 1px #294761 solid;
}
#memteetimes {
border: 1px #706862 solid;
}
#memteetimes td {
border-left: #706862 1px solid !important;
border-bottom: #706862 1px solid !important;
}
#memteetimes tbody tr {
border-bottom: #706862 1px solid !important;
}
#global .tabs ul {
background: #706862 !important;
}
#globalwrap .adminWrapper table.admin thead th, #globalwrap .adminWrapper table.admin thead td {
color:white!important;
}
.inner-page .container {
background: none;
margin-left: -20px;
}
.body-root-roundmgmt\.php #ui-datepicker-div {
display: none;
}
.gr-textarea-btn {
display: none;
}
#closebutton + br {
display: none !important;
}
.nav .nav-menu-login\.php {
display: none !important;
}
.nav .nav-menu-member_login {
display: none !important;
}
.navbar .nav li ul.dropdown-menu li.nav-menu-information {
display: none;
}
#ui-datepicker-div {
position: absolute;
top: -100%;
left: -100%;
}
#date_form .picker {
right: 0px !important;
}
table.tee_process {
display: none !important;
}
.php-weatherfg .image-day {
background: #87CEEB;
}
.php-weatherfg .image-night {
background: #3c4a90;
}
.php-visitoropen #globalwrap > div {
max-width: 100%;
}
#facebox {
position: absolute;
top: 150px !important;
z-index: 9999;
}
#globalwrap table.mceLayout[style] {
width: 100% !important;
}
.mceItemTable {
width: 100% !important;
max-width: 100%;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
padding: 20px;
margin-bottom: 20px;
background-color: #ffffff21;
}
.body-class-members .teetimesholder th,
.body-class-members #memteetimes th,
body:not(.body-public) .teetimesholder th,
body:not(.body-public) #memteetimes th {
color: #fff !important;
background-color: grey !important;
}
.body-class-members .login-btn,
body:not(.body-public) .login-btn {
display: none;
}
.body-class-members .btn-group > .btn,
body:not(.body-public) .btn-group > .btn {
float: left;
}
.body-class-members .dateperiods a,
body:not(.body-public) .dateperiods a {
float: left;
}
/* remove left margin cms centred logo  */
.body-class-members .navbar .nav li:nth-child(4),
body:not(.body-public) .navbar .nav li:nth-child(4),
.body-class-opens .navbar .nav li:nth-child(4),
.php-login .navbar .nav li:nth-child(4),
.body-loginpage .navbar .nav li:nth-child(4),
.php-news .navbar .nav li:nth-child(4),
.php-competition .navbar .nav li:nth-child(4),
.php-teelogin .navbar .nav li:nth-child(4),
.php-visitoropen .navbar .nav li:nth-child(4),
.php-sagepay .navbar .nav li:nth-child(4),
body[class^='body-class-setcoursestatus'] .navbar .nav li:nth-child(4),
.body-class-visitorbooking .navbar .nav li:nth-child(4) {
margin: 0 0px 0 0;
}
/* ///// NAVBAR TO TO SCROLL UP ON MEMBERS PAGES & SYSTEM FRONT-END  ///*/
.body-class-members .navbar-fixed-top,
body:not(.body-public) .navbar-fixed-top
.body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top {
position: relative;
}
/* php-ckeditor */
.php-ckeditor #outerborder #myNavbar {
display: none;
}
.php-ckeditor .nav-collapse {
position: relative;
}
.php-ckeditor .nav-collapse span {
color: #fff !important;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
}
.php-ckeditor .navbar .btn,
.php-ckeditor .navbar .btn.btn-primary,
.php-ckeditor .navbar .btn-group .btn {
margin: 10px 0px;
}
.php-ckeditor .navbar .btn-group {
margin: 0px 0px !important;
}
.php-ckeditor .CodeMirror-wrap .CodeMirror-scroll {
position: relative;
height: 1000px;
overflow: auto;
}
div.sticky-queue {
border: none !important;
}
div.sticky-note {
padding-bottom: 20px;
}
a.btn.btn-danger,
a.btn.btn-success {
color: #fff;
}
.body-class-members .navbar-inverse .nav .dropdown-menu > li > a {
padding: 7px 10px;
}
/* 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;
}
.php-coursestatus a.button.btn.btn-info.btn-small,
.body-class-setcoursestatus a.button.btn.btn-info.btn-small {
margin: 5px;
color: #fff !important;
}
.php-coursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatus a[href*="setcoursestatus"],
.body-class-setcoursestatuscourseid1 a[href*="setcoursestatus"] {
word-break: break-word;
}
.ui-widget-header {
border: none;
background: #dab380;
}
body.body-class-setcoursestatus h1 {
font-size: 32px;
border-bottom: 1px dotted;
padding-bottom: 20px;
margin-bottom: 20px;
}
body.body-class-setcoursestatus form input[type="submit"] {
margin-top: 0;
}
body.body-class-setcoursestatus form input[name="loginword"] {
height: 38px;
}
/* media queries members that generall don't need touching */
@media (max-width: 979px) {
    body.php-viewround table {
    font-size: 13px;
    }
    .php-viewround .table th, .table td {
     padding: 5px;
    }
	#globalwrap .teebooking #date_form .tabs li.current a {
     background: #4f925a !important;
     color: #fff;
	 margin: 0;
    }
}
@media (max-width: 767px) {
     .body-class-members #globalwrap, body:not(.body-public) #globalwrap, .body-class-opens #globalwrap, .php-login #globalwrap, .body-loginpage #globalwrap, .php-news #globalwrap, .php-competition #globalwrap, .php-teelogin #globalwrap, .php-visitoropen #globalwrap, .php-sagepay #globalwrap, body[class^='body-class-setcoursestatus'] #globalwrap, .body-class-visitorbooking #globalwrap {
     margin-left: 5px;
     margin-right: 5px;
     }
}
@media (min-width: 481px) and (max-width: 767px) {
	#globalwrap .teebooking #date_form .tabs li.current a {
	font-size: 14px;
	margin: 0;
	}
}
@media (max-width: 480px) {
    #login fieldset {
    transform: translateX(0px);
    }
	.php-coursestatus a.button.btn.btn-info.btn-small,
    .body-class-setcoursestatus a.button.btn.btn-info.btn-small	{
    margin: 5px;
    display: block;
	}
	.php-coursestatus ul.unstyled li,
    .body-class-setcoursestatus ul.unstyled li	{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    }
	.php-coursestatus ul.unstyled,
    .body-class-setcoursestatus ul.unstyled	{
    padding-top: 20px;
    }
	/* weather members */
    .php-weatherfg .nav-tabs a {
    font-size: 12px;
    padding: 5px 2px;
    }
	/* compact tables small screens */
	table td {
    font-size: 12px;
    }
	table th {
	font-size: 12px;
	font-weight: normal !important;
    padding: 2px !important;	
	}
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// END OF STYLES FOR MEMBERS PAGES THAT GENERALLY DO NOT NEED TO TOUCH ///////////////// ////// ///// / ////////////////////////////////////////////// ////////////////////////////////// //////////////////////////////////////////// ///////////////// ////////////////////////// ////////////////// */



/* ///////////////// MEMBERS HOME PAGE ///////////////// */
.body-class-members h3 {
text-transform: uppercase;
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px dotted #2b5362;
}
.body-class-members #leftcontent > div,
.body-class-members #rightcontent > div,
body:not(.body-public) #leftcontent > div,
body:not(.body-public) #rightcontent > div {
border: 1px solid #2b5362;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
padding: 20px 20px;
border: 2px solid #2b5362;
text-align: center;
}
#login h3 {
color: rgba(28, 57, 68, 0.88);
text-transform: uppercase;
margin-bottom: 30px;
}
#login .controls input.btn {
background: #2b5362 !important;
color: #efefef;
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
background: #2b5362;
color: #efefef;
display: inline-block;
text-transform: uppercase;
text-decoration: none !important;
padding: 5px 12px;
margin: 10px 0 20px 0;
}
.newsbox a:hover,
.news-summary a.read-more:hover {
background: rgba(28, 57, 68, 0.88);
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
border-bottom: 1px dotted rgba(28, 57, 68, 0.88);
margin-bottom: 20px;
padding-bottom: 20px;
}
.body-public .news-item .media-heading {
color: rgba(28, 57, 68, 0.88);
}
.body-public p.news-date {
font-size: 12px;
}
.body-public .news-summary a.read-more {
background: #2b5362;
color: #efefef;
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;
}
#taglist a span {
color: #2b5362 !important;
text-decoration: underline;
}
/* ////////////////////////////// /////////////////////// //////////////////////////////// /////////////////////////// ////////////////////////// ///////////////////   MEMBERS PAGES BACKGROUNDS ETC ///////////////////// ////// ///////// ////////////////////// //////////////////////////////////////////// ///////////////////////////// //////////// */
.body-class-members,
body:not(.body-public) {
background: #fff;
}
/* #container bg members and front-end system pages */
.body-class-members #container,
body:not(.body-public) #container,
.body-class-opens #container,
.php-login #container,
.body-loginpage #container,
.php-news #container,
.php-competition #container,
.php-teelogin #container,
.php-visitoropen #container,
.php-sagepay #container,
body[class^='body-class-setcoursestatus'] #container,
.body-class-visitorbooking #container {
background: url(/images/resources/northhants/bg-admin-1.jpg) top center no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 50px;
}
/* home page cms wraps incorrectly */
body.body-class-members.body-root-home.body-nav-current-1.php-index #container {
padding-bottom: 0;
}
body.body-class-members.body-root-home.body-nav-current-1.php-index .footer {
margin-top: 50px;
}
 /* members and front end system pages footer bg if different to normal site footer */
.body-class-members .footer,
body:not(.body-public) .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 {

}
/* members pages #globalwrap */
.body-class-members #globalwrap,
body:not(.body-public) #globalwrap,
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {
padding: 20px;
margin: 60px 0px 0px 0px;
background-color: rgba(255, 255, 255, 0.92);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


/* MEMBERS BOOKING PAGE */
body.body-class-members.body-root-roundmgmt\.php.body-nav-current-2.body-nav-current-has-2 #globalwrap {
background: rgba(255, 255, 255, 0.8313725490196079);
}
#globalwrap #global .tabs li.current a {
background: #fdbe00;
border: none;
color: #efefef;
}
/* ///////////// ////////////// //////////// MEMBERS PAGES LOGO ///////////////////// //////  //////////// */  
.body-class-members .navbar .logo,
body:not(.body-public) .navbar .logo,
.body-class-opens .navbar .logo,
.php-login .navbar .logo,
.body-loginpage .navbar .logo,
.php-news .navbar .logo,
.php-competition .navbar .logo,
.php-teelogin .navbar .logo,
.php-visitoropen .navbar .logo,
.php-sagepay .navbar .logo,
body[class^='body-class-setcoursestatus'] .navbar .logo,
.body-class-visitorbooking .navbar .logo {
position: absolute;
right: auto;
width: 150px;
height: 90px;
background-color: transparent;
}
/* /////////////////////// /////////// /////  PHP CK EDITOR /////////////// ///////////// ///// ///////////  */
.php-ckeditor .pagesection .container {
max-width: 100%;
}
.php-ckeditor img {
box-shadow: none;
}
.ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
background: rgba(28, 57, 68, 0.88) !important;
}
.php-ckeditor #header img {
width: 60px;
margin: 0 20px;
}
.php-ckeditor a.btn.btn-danger, a.btn.btn-success {
color: #fff;
background: #ac433f;
}
.php-ckeditor a.btn.btn-primary.ajaxbutton {
background: #fdbe00;
color: #fff;
text-shadow: none;
border: none;
}
.php-ckeditor a#wysiwyg_rich_button {
background: #ac433f;
color: #fff;
text-shadow: none;
border: none;
}
.php-ckeditor a#wysiwyg_html_button {
background: #d2544f;
color: #fff;
text-shadow: none;
border: none;
}
.php-ckeditor #globalwrap {
position: relative;
}
.php-ckeditor .sliderCaptions {
position: relative;
top: 20px;
padding-bottom: 40px;
}
.php-ckeditor .sliderCaptions h1,
.php-ckeditor .sliderCaptions h2 {
color: #333;
text-shadow: none;
}
.php-ckeditor .inPageContent,
.php-ckeditor .sliderCaptions,
.php-ckeditor .sliderHolder,
.php-ckeditor #sectionTwo,
.php-ckeditor #sectionThree,
.php-ckeditor #sectionFour,
.php-ckeditor #sectionFive,
.php-ckeditor .holeNavigation,
.php-ckeditor .fullWidthPic,
.php-ckeditor .subMenu {
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 table td {
text-align: center;
padding: 10px 0;
}
.php-ckeditor .holeNavigationRow {
position: relative;
margin-top: 0;
}
.php-ckeditor .sliderCaptions {
margin-top: 0;
border: none !important;
padding-top: 0 !important;
padding-bottom: 30px;
}
.php-ckeditor .sliderHolder {
display: block !important;
margin-top: 40px;
}
.php-ckeditor .andyShowWeatherAndCourseStatus,
.php-ckeditor .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
display: none !important;
}
.php-ckeditor #sectionTwo,
.php-ckeditor #sectionThree,
.php-ckeditor #sectionFour,
.php-ckeditor #sectionFive {
padding: 0;
margin-top: 30px;
}
.php-ckeditor .sectionPic {
width: 100%;
right: 0;
position: absolute;
z-index: 0;
}
.php-ckeditor .sectionPic img {
height: 100vh;
width: 100%;
position: relative;
z-index: 1;
}
.php-ckeditor .socialIcons em {
width: auto;
}
.php-ckeditor .sectionText {
margin-left: 50%;
padding: 10px 50px 50px 50px;
background-image: none;
background: rgba(85, 85, 85, 0.75);
position: relative;
}
.php-ckeditor .even .sectionText {
margin-left: 0;	
}
.php-ckeditor .wysiwyg-editable table {
width: 100%;
margin-top: 50px;
}
@media (min-width: 980px) {
    .php-ckeditor #header img {
    margin-top: 0;
    }
}
 /* ///////////// GENERIC TABLES - DO SPECIFIC STYLES FRONT-END TO OVERRIDE THESE /////////// ///////////  */
thead {
background: rgba(28, 57, 68, 0.88);
color: #efefef;
}
.table th {
font-weight: normal;
}
table thead a:link,
table thead a:visited {
color: #efefef;
text-decoration: underline;
}
table thead a:hover {
color: #fdbe00;
text-decoration: none;
}
/* specific for new transparent background layout on globalwrap in cms*/
.php-slideshow_edit form fieldset {
background: #f2f2f229 !important;
}
.php-slideshow_edit .upload_form {
background: rgba(244, 244, 244, 0.03137254901960784) !important;
}
.body-class-members .uploadTarget {
border: 1px dashed #2b5362 !important;
background: #2b5362;
color: #efefef;
}
.body-class-members .uploadTarget:hover {
background: rgba(28, 57, 68, 0.88);
}
.php-slideshow_edit form fieldset legend {
font-size: 16px;
color: #000;
}
/* website templates page etc - styles / header page */
.adminWrapper form h1 {
font-size: 20px;
border-bottom: 1px dotted;
text-transform: uppercase;
}
.body-class-members .adminWrapper {
background: rgba(255, 255, 255, 0);
}
.body-class-members form fieldset {
background: rgba(242, 242, 242, 0.2784313725490196) !important;
}
.body-class-members .tabsWrapper .tabList li.current a span {
border: none;
}
.body-class-members .tabsWrapper .tabList li.current a {
background: rgba(28, 57, 68, 0.88);
border-right: 1px solid #767676;
color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
color: #2b5362 !important;
}
.body-class-members #globalwrap .adminWrapper form a, 
.body-class-members #globalwrap .adminWrapper form table.admin a, 
.body-class-members #globalwrap .adminWrapper .aboveTabs a {
color: #2b5362;
}
.body-class-members #globalwrap .adminWrapper div.tabsWrapper {
border-right: none;
}
.body-class-members button#saveButton,
.body-class-members .fancybutton {
background: #5e8848;
border: none;
color: #fff;
margin-top: 15px;
}
.body-class-members #globalwrap .adminWrapper fieldset .links {
background: none;
}
.body-class-members #globalwrap .adminWrapper .links a.fancybutton {
color: #fff;
}
.body-class-members #globalwrap .adminWrapper form fieldset h3 {
padding-bottom: 10px !important;
}
button.fff-icon.ui-button-icon-only {
background: #ffffff63;
}
.body-class-members .tabsWrapper .tabList a {
background: #333;
}
.body-class-members .tabsWrapper .tabList {
background: none;
}
.body-class-members .tabsWrapper .tabList li a span {
border-left: none;
border-top: none;
border-right: 1px solid #767676;
}
.body-class-members .tabsWrapper ul {
padding-left: 0;
}

/* ///////////////////////////////////////  //////////////////////////////////////////////////////// ////////////////////////// /////////// JUST TO TARGET FRONT END SYSTEM PAGES LIKE LOGIN.PHP, VISITORBOOKING.PHP RTC IN CASE OF MENU ETC BEING DIFFERENT ON THESE PAGES TO THE NORMAL PUBLIC WEBSITE PAGES ////////////////////////// //////////////////////// ///////////////////////////// ///////////////////// //////////////////////////// //// */

/* ///////////// ////////////  IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : navbar fixed top ////////////// /////////////  */
.body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top,
.navbar-fixed-top.scrolled  {

}
/* ///////////// ////////////  IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : container in navbar ////////////// /////////////  */
.body-class-opens .navbar-inner .container,
.php-login .navbar-inner .container,
.body-loginpage .navbar-inner .container,
.php-news .navbar-inner .container,
.php-competition .navbar-inner .container,
.php-teelogin .navbar-inner .container,
.php-visitoropen .navbar-inner .container,
.php-sagepay .navbar-inner .container,
body[class^='body-class-setcoursestatus'] .navbar-inner .container,
.body-class-visitorbooking .navbar-inner .container,
.scrolled .navbar-inner .container {

}
/* ///////////// ////////////  IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : logo ////////////// /////////////  */
.body-class-opens #header a.logoLink.publicLogo img,
.php-login #header a.logoLink.publicLogo img,
.body-loginpage #header a.logoLink.publicLogo img,
.php-news #header a.logoLink.publicLogo img,
.php-competition #header a.logoLink.publicLogo img,
.php-teelogin #header a.logoLink.publicLogo img,
.php-visitoropen #header a.logoLink.publicLogo img,
.php-sagepay #header a.logoLink.publicLogo img,
body[class^='body-class-setcoursestatus'] #header a.logoLink.publicLogo img,
.body-class-visitorbooking #header a.logoLink.publicLogo img,
#header .scrolled a.logoLink.publicLogo img {

}
/* ///////////////////// IF NEED TO TARGET UST FRONT END SYSTEM PAGES : menu trigger button //////// */
.body-class-opens .menu-trigger,
.php-login .menu-trigger,
.body-loginpage .menu-trigger,
.php-news .menu-trigger,
.php-competition .menu-trigger,
.php-teelogin .menu-trigger,
.php-visitoropen .menu-trigger,
.php-sagepay .menu-trigger,
body[class^='body-class-setcoursestatus'] .menu-trigger,
.body-class-visitorbooking .menu-trigger,
.scrolled .menu-trigger {

}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : myNavbar //////// */
.body-class-opens #myNavbar,
.php-login #myNavbar,
.body-loginpage #myNavbar,
.php-news #myNavbar,
.php-competition #myNavbar,
.php-teelogin #myNavbar,
.php-visitoropen #myNavbar,
.php-sagepay #myNavbar,
body[class^='body-class-setcoursestatus'] #myNavbar,
.body-class-visitorbooking #myNavbar,
.scrolled #myNavbar {

}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : menu trigger button //////// */
.body-class-opens a.bookTeeButton,
.php-login a.bookTeeButton,
.body-loginpage a.bookTeeButton,
.php-news a.bookTeeButton,
.php-competition a.bookTeeButton,
.php-teelogin a.bookTeeButton,
.php-visitoropen a.bookTeeButton,
.php-sagepay a.bookTeeButton,
body[class^='body-class-setcoursestatus'] a.bookTeeButton,
.body-class-visitorbooking a.bookTeeButton,
.scrolled a.bookTeeButton  {

}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : globalwrap //////// */
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {

}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-class-members .sliderHolder,
.body-root-information .sliderCaptions  {
display: none;
}
.body-class-members .inPageContent {
margin-left: auto;
padding: 20px;
left: 0;
right: 0;
background: none;
margin-right: auto;
max-width: 100%;
}
/* 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: url(/images/resources/northhants/bg-admin-1.jpg) top center no-repeat;
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: #2b5362;
padding: 20px;
color: #fff;
font-weight: normal;
display: inline-block;
}*/
/* stop javascript off canvas script affecting members pages*/
.body-class-members #mynavbar, 
body:not(.body-public) #myNavbar {
width: 100% !important;
}
.body-class-members .menu-trigger,
body:not(.body-public) .menu-trigger {
z-index: 99;
}

/* anton styles */

.body-public .sectionText {
  justify-content: flex-start;
}

.body-class-food .inPageContent .galleryInner.nivoInner.nivoSlider {
  max-width: 940px;
  margin: 0px auto;
}

@media (min-width: 980px) {
  .body-class-food .inPageContent .nivo-controlNav-Wrapper {
    right: 480px;
  }
}

.weatherDate, .andyShowWeatherAndCourseStatus p, .weatherTemp {
  text-shadow: 1px 1px #000;
}

.body-class-scorecard table.scorecard .Blue, .body-class-scorecard table.scorecard .Championship, .body-class-scorecard table.scorecard .Forward, .body-class-scorecard table td:nth-child(12), .body-class-scorecard table td:nth-child(13), .body-class-scorecard table td:nth-child(15), .body-class-scorecard table td:nth-child(16), .body-class-scorecard table td:nth-child(18),.body-class-scorecard table td:nth-child(19), .body-class-scorecard table th:nth-child(12), .body-class-scorecard table th:nth-child(13), .body-class-scorecard table th:nth-child(15), .body-class-scorecard table th:nth-child(16), .body-class-scorecard table th:nth-child(18),.body-class-scorecard table th:nth-child(19) {
  display: none;
}

.body-class-scorecard table.scorecard td.White {
  background-color: white;
}

.body-class-scorecard table.scorecard td.Yellow {
  background-color: #fc0;
}

.body-class-scorecard table.scorecard td.Red {
  background-color: #f00;
  color: white;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-scorecard .inPageContent {
    overflow-x: scroll;
  }
  .inPageContent p > img {
    width: 100%;
  }
}

/* default page style */

.body-public[class*="php-"] #container {
  padding-top: 0px;
  padding-bottom: 50px;
  background: url(/images/resources/northhants/bg-admin-1.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.body-public[class*="php-"] #globalwrap {
  padding: 20px;
  margin: 60px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* navbar tweaks */

.body-public .nav-haslevel-2 > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 18px;
}

.body-public .nav-haslevel-2.open > a::after {
  content: '\f077';
  font-family: 'FontAwesome';
  position: absolute;
  right: 18px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members .nav-haslevel-2 > a::after {
    content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 24px;
  }
  .body-class-members .nav-haslevel-2.open > a::after {
    content: '\f077';
  font-family: 'FontAwesome';
  position: absolute;
  right: 24px;
  }
}

.body-public .navbar .nav li {
  clear: both;
}

.body-public .navbar-inverse .nav li.moredown.dropdown.nav-level-1.nav-haslevel-2.active.top-menu-active a.moredown, .body-public .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public .navbar-inverse .nav-collapse .nav > li.open > a {
  background: rgba(28, 57, 68, 0.88);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .table th, .table td {
    padding: 4px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .table th, .table td {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-roundmgmt .dateperiods {
    width: 100%;
  }
  .php-viewround #globalwrap {
    overflow-x: scroll;
  }
}

.body-class-members.body-contentpage .fullWidthPic {
  display: none;
}

@media (min-width: 980px) {
  .body-class-members .weatherTemp {
    float: none;
  }
}

.body-class-members .weatherImage {
  position: relative;
  width: 100%:
}

@media (min-width: 0px) and (max-width: 767px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .php-directory {
    overflow-x: hidden;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-directory #globalwrap {
    overflow-x: scroll;
  }
}

.body-class-golf_lesson_tariff table td:first-child {
  width: 70%;
}

.body-class-golf_lesson_tariff table td:last-child {
  width: 30%;
}

.body-class-green_fees table td:first-child {
  width: 20%;
}

.body-class-green_fees table td:nth-child(2) {
  width: 40%;
}

.body-class-green_fees table td:last-child {
  width: 40%;
}

@media (min-width: 0px) and (max-width: 479px) {
  .body-class-open_results table td > img {
    max-width: 100px !important;
  }
}

.socialIcons em.fa-linkedin {
  color: #0073b0;
}

.socialIcons em.fa-instagram {
  color: #2b5362;
}

.sliderCaptions p {
  color: white;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
}

.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  bottom: 2%;
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-eg-quote {
    display: none;
  }
}

.home-eg-quote {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 500px;
  bottom: 0px;
  right: 10%;
  color: white;
  text-shadow: 1px 1px #000;
  font-size: 14px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-eg-quote {
    width: 300px;
    font-size: 12px;
    right: 15%;
  }
}

.body-class-christmas_events .christmas-theme {
  background: #000;
  background-image: url('/images/resources/northhants/christmas-star.png');
  background-repeat: repeat-y;
  color: white;
}

.body-class-christmas_events .inPageContent h4 {
  color: #d9b00e;
}

/*.body-class-christmas_events.body-public form .customFormLine {
  color: white;
}

.body-class-christmas_events.body-public form input[type="submit"] {
  color: white;
  border: 1px solid white;
}

.body-class-christmas_events.body-public form input[type="submit"]:hover {
  color: #d9b00e;
  border: 1px solid #d9b00e;
}

.body-class-christmas_events.body-public form .customFormLine input, .body-class-christmas_events.body-public form .customFormLine textarea {
  background: #111;
} */

.holeNavigation a {
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 399px) {
  .socialIcons em {
    width: 47px;
    margin: 15px 0px;
    padding: 9px 7px 8px 10px;
  }
  .socialIcons em.fa-facebook {
    padding: 9px 15px 8px 14px;
  }
}

.home-open {
  position: absolute;
  bottom: 100px;
  left: 20px;
  width: 330px;
  z-index: 12;
}

.home-open img {
  width: 110px;
}

.home-open a:nth-of-type(2) {
  margin: 0px 10px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-open {
    display: none;
  }
}

.committee-page img {
  width: 100%;
  max-width: 250px;
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #2b5362;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

.standardSidebar .menu-section ul {
  margin: 0px 0px 20px;
}

.standardSidebar .menu-section li {
  display: block;
  margin: 10px 0px;
}

.standardSidebar .menu-section li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
}

.standardSidebar .menu-section li a:hover, .standardSidebar .menu-section li a:focus, .standardSidebar .menu-section li.current a {
  color: #d9b00e;
  text-decoration: none;
}

.inPageContent.gotSidebar .span8 table tr:nth-child(even) {
  background: #fff;
}

.home-testimonials {
  margin-top: 10px;
}

.home-testimonials h3 {
  margin-bottom: 30px;
}

.home-testimonials .galleryInner {
    margin: 0 auto;
    width: 100% !important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*height: auto !important;*/
  background: none;
}

.home-testimonials .galleryInner .nivo-caption {
  opacity: 1;
  background: transparent;
}

.content-wrapper .home-testimonials .galleryInner .nivo-caption {
    width: 100%;
    -moz-opacity: 1;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  max-width: 1070px;
  color: black;
  font-family: 'Work Sans', sans-serif;
}

.home-testimonials .galleryInner .nivo-caption p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-shadow: none;
  font-family: 'Work Sans', sans-serif;
}

.home-testimonials .galleryInner .nivo-caption h4 {
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
  color: #1B3864;
  font-family: 'Work Sans', sans-serif;
}

.home-testimonials .galleryInner img {
    display: none !important;
}

#globalwrap .home-testimonials .nivo-directionNav {
  display: none !important;
}

.home-testimonials .nivo-controlNav-Wrapper {
  display: block;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 15px;
}

.home-testimonials .nivo-controlNav {
  position: relative;
  padding: 0px;
  left: 0px;
  bottom: 0px;
}

.home-testimonials .nivo-controlNav a {
  width: 10px;
  height: 10px;
  background-image: none;
  border: 2px solid rgba(28, 57, 68, 1);
  border-radius: 50%;
  background: transparent;
  margin-right: 6px;
  display: inline-block;
}

.home-testimonials .nivo-controlNav a.active {
  background: rgba(28, 57, 68, 1);
}

.home-testimonials, .home-testimonials .galleryInner {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-class-visitors_and_societies {
  background: #f6f6f6;
}

.body-class-members.body-contentpage #globalwrap a {
  color: #2b5362;
}

.body-class-members.body-contentpage #globalwrap h1, .body-class-members.body-contentpage #globalwrap h2, .body-class-members.body-contentpage #globalwrap h3, .body-class-members.body-contentpage #globalwrap h4, .body-class-members.body-contentpage #globalwrap h5, .body-class-members.body-contentpage #globalwrap h6 {
  color: #aa8a0a;
}

#header .logoLink img {
  width: 60px;
  margin-top: 4px;
}

.navbar-inverse .navbar-inner {
  min-height: 95px;
}

@media (min-width: 980px) {
  .navbar-inverse .navbar-inner .nav {
    position: relative;
    top: 14px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  #header .logoLink img {
    margin-top: 0px;
  }
}

/* end anton styles */

.home-eg-quote p {
  font-style:italic;
}

@media (max-width: 767px) and (min-width: 0px){
.body-class-members #globalwrap {
    overflow-x: scroll;
	}
}

ul li {
  	list-style-position: inside;
}