/*IE FIX images in sponsors table*/
.inPageContent table.sponsorsTable img {
max-width: 200px;
}




/* ///////////// //////////////////// //////////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: 'Muli', sans-serif;
color: #333;
font-size: 16px;
line-height: 26px;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Neuton', serif;
letter-spacing: 1px;
color: rgba(30, 34, 90, 0.88);
font-weight: normal;
}
.inPageContent h1 {
font-size: 68px;
line-height: normal;
}
.inPageContent h2 {
color: #274187;
}
a:link,
a:visited {
color: #274187;
outline: 0;
text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
color: #d0a02f;;
outline: 0;
}
hr {
border-top: 1px solid #e1e1e1;
}
/* TABLES */
.body-public .wysiwyg-editable table {
width: 100%;
}
.body-public .wysiwyg-editable table td {
border: 1px dotted #274187;
padding: 5px;
text-align: center;
}
.inPageContent table th {
text-align: center;
font-weight: normal;
padding: 10px 0;
border: 1px solid #212e32;
}
.inPageContent table {
margin-bottom: 30px;
}
/* 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;
margin-bottom: 20px;
text-align: center;
}
.body-public form .customFormLine {
color: #274187;
}
.body-public form input[type="submit"] {
background: #274187;
border: none;
color: #d0a02f;
text-transform: uppercase;
padding: 10px 20px;
margin-top: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.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;
}
/* ///////////////////////////// ///////////////////// H5 & H6 BUTTON LINKS /////////////////// ///// */
.inPageContent h6 a,
.body-public form input[type="submit"],
#globalwrap .map_popup_form input[type=submit] {
background: #274187 !important;
color: #d0a02f;
padding: 10px 20px;
margin: 20px 0;
font-family: 'Muli', sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
font-weight: normal;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
}
.inPageContent h6 a:hover,
.body-public form input[type="submit"]:hover,
#globalwrap .map_popup_form input[type=submit]:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #fff !important;	
}
/* ////////////////// ///////////// // SUB MENU HORIZONTAL /////////////////// ////// */
.subMenu {
text-align: center;
margin-top: 15px;
padding: 0 20px;
}
.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: #333;
}
.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: #333;
letter-spacing: 0.5px;
font-weight: bold;
font-size: 13px;
}
.body-public .subMenu .menu-section li.current a,
.body-public .subMenu .menu-section li a:hover {
color: #d0a02f;
}
/* ////////////// ///////////// /// SLIDER CAPTIONS ////////// ///////////////// //// */
.sliderCaptions {
text-align: center;
position: absolute;
width: 100%;
margin-left: auto;
margin-right: auto;
left: 0;
top: 25%;
z-index: 9;
right: 0;
}
.sliderCaptions img {
width: 100px;
margin-bottom: 5px;
}
.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 h2 {
color: #fff;
font-family: 'Neuton', serif;
font-weight: bold;
font-size: 32px;
letter-spacing: 3px;
text-shadow: 1px 1px 1px #000;
margin-bottom: 0;
margin-top: 0;
}
.sliderCaptions.innerSliderCaptions {
top: 70px;
}
.innerSliderCaptions .sliderLogo img {
margin-bottom: 20px;
width: 120px;
}
/* ANIMATIONS FOR CAPTIONS TO SLIGHTLY DELAY AND THEN SCROLL ARROW & TEXT TO SLIDE-UP AND ARROW HEARTBEAT */
.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: 0;
-o-animation-duration: 4s;
-o-animation-delay: 2s;
-moz-animation-duration: 4s;
-moz-animation-delay: 0;
-webkit-animation-duration: 4s;
-webkit-animation-delay: 0;
}
/* ////////////// //////////// /// 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;
}
/* //////////////// SLIDER BUTTONS ///////////////////  */
.sliderLogo img {
margin-bottom: 140px;
width: 140px;
}
a.sliderButton {
text-transform: uppercase;
display: inline-block;
padding: 6px 35px;
letter-spacing: 1px;
color: #fff;
font-size: 14px;
margin: 7px;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
}
a.sliderButton.visitorsButton {
background: rgba(1, 1, 1, 0.70);
}
a.sliderButton.membersButton {
background: #274187;	
}
a.sliderButton:hover {
background: #d0a02f;
}
/* /////////////// //// ////////// COURSE STATUS ///////////////// ///////////////// */
.andyShowCourseStatus {
position: fixed;
bottom: 0;
left: 0;
z-index: 9;
background: rgba(1, 1, 1, 0.70);
padding: 5px 15px;
}
.andyShowCourseStatus h3 {
text-transform: uppercase;
display: inline-block;
float: left;
font-size: 15px;
color: #d0a02f;
margin: 4px 10px 0 10px;
font-family: 'Muli', sans-serif;
}
.andyShowCourseStatus h3:last-of-type {
display: none;
}
.andyShowCourseStatus i.fa {
float: left;
color: #d0a02f;
font-size: 32px;
padding-top: 7px;
margin-left: 5px;
}
.body-public span.updatedate {
color: #fff;
font-size: 14px !important;
display: inline-block;
padding: 0;
margin: 10px 0 0 15px;
font-weight: normal;
letter-spacing: 1px;
float: left;
}
.andyShowCourseStatus p {
display: inline-block;
margin-bottom: 0;
}
/* venue */
.venue {
position: fixed;
bottom: 20px;
right: 40px;
z-index: 9;
}
.venue img {
width: 90px;
}
/* ////////// //////////////////// /// HOME PAGE STYLES //////////////// ////////////// ///   */
.inPageContent {
text-align: center;
padding: 40px 0 0 0;
}
.inPageContent h2 {
font-size: 38px;
margin-top: 0;
}
.body-class-home.body-public .inPageContent h2 {
margin-top: 10px;
}
.inPageContent h3 {
color: #d0a02f;
text-transform: uppercase;
font-family: 'Muli', sans-serif;
font-size: 18px;
line-height: 28px;
}
/* HOME BOXES */
.homeBox {
position: relative;
}
.homeBox:before {
content: '';
width: 100%;
height: 100%;
background: rgba(33, 33, 33, 0.65);
display: block;
position: absolute;
}
.homeBox.bigBox:before {
background: rgba(39, 65, 135, 0.75);
}
.lastRow {
margin-top: 20px;
}
.homeBox img {
width: 100%;
}
.textBox {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: auto;
width: 100%;
padding: 0 20px;
}
.textBox h4 {
color: #fff;
text-transform: uppercase;
font-family: 'Muli', sans-serif;
font-size: 20px;
}
.textBox p {
color: #fff;
font-style: italic;
margin-bottom: 5px;
}
.textBox a {
color: #d0a02f;
text-transform: uppercase;
}
.textBox a:hover .fa {
background: none;
color: #d0a02f;
}
.bigBox .textBox a:hover .fa {
background: #fff;	
}
.textBox .fa {
background: none;
margin-top: 0;
padding: 5px;
color: #fff;
font-size: 22px;
}
.bigBox .textBox .fa {
color: #fff;
font-size: 16px;
background: #d0a02f;
padding: 4px 6px 7px 12px;
margin-top: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* ////////////// ///////////////// // INNER PAGE STYLES ///////////// ////////////// /// //  */
.innerSliderHolder .nivo-directionNav {
display: none !important;
}
.inPageContent a {
color: #d0a02f;
}
.inPageContent a:hover {
color: #274187;
}
.inPageContent .textBox a:hover {
color: #d0a02f;
}
.inPageContent .textBox h4 a {
color: #fff;	
}
.inPageContent a:hover h4 {
color: #d0a02f;
}
/* ////////////////////////// /// EXTRA INNER PAGE TIMELINE STYLES /////////////// ////// / */
.timeLineRow {
margin-top: 30px;
} 
.timelineText {
text-align: left;
padding: 40px;
}
.timelineText h4 {
margin-top: 30px;
font-size: 26px;
font-style: italic;
color: #333;
}
.timelineDates {
text-align: left;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.timelineDates .bigDate {
font-size: 68px;
font-weight: normal;
color: #646464;
font-family: 'Neuton', serif;
margin: 10px 0 20px 0;
display: inline-block;
}
.timelineDates .vertical {
margin: 10px 0 10px 45px;
}
.text.textTwo, .bigDate.bigDateTwo {
margin-left: 45px;
}
.vertical.verticalTwo {
margin-left: 170px;
}
.text.textThree, .bigDate.bigDateThree {
margin-left: 170px;
}
.timelineDates .vertical.verticalThree {
margin-left: 300px;
}
.timeLineRow {
margin-top: 30px;
background: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/timeLine_bg.jpg) bottom right no-repeat;
background-size: 800px;
}
.inPageContent.gotSidebar {
text-align: left;
}
/* /////////////////// ///////// ////  COURSE PAGE STYLES ///////////////////////// /////// */
button.fancybox-button.fancybox-button--zoom {
display: none !important;
}
.magPic {
margin-top: 30px;
}
/* ////////// //////////////////// /// TESTIMONIALS SLIDER ///////////// ////////////// ///   */
.testimonials {
background-size: cover;
text-align: center;
padding: 30px 20px 0 20px;
}
.testimonials .galleryInner.nivoInner {
height: auto !important;
max-width: 100% !important;
background: none;
}
.testimonials .galleryWrapperNivo img {
display: none !important;
}
.testimonials .nivo-caption {
background: none;
font-size: 16px;
line-height: 28px;
font-family: inherit;
position: relative;
color: #000;
}
.testimonials .nivo-caption p {
padding-bottom: 0;	
}
.testimonials pre {
background: none;
border: none;
font-size: 14px;
font-family: inherit;
color: #000;
}
.testimonials .galleryWrapperNivo .nivo-directionNav a {
display: none;
}
.testimonials .nivo-controlNav-Wrapper {
position: relative;
margin-top: 20px;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a {
width: 10px;
height: 10px;
margin: 0px 3px;
background-image: none;
background-color: #ccc;
border: 1px solid #ccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a.active {
background-color: #d0a02f;
border: 1px solid #d0a02f;
}
.testimonials h4 {
color: #274187;
font-size: 34px;
line-height: normal;
}
/* ////////// ///////////////////////  HOLE TOUR STYLES /////////////// ////////////////////  */
.body-public .menu-section h2 {
display: none;
}
.holeNavigationRow {
position: absolute;
margin-top: -48px;
padding: 7px 0;
z-index: 10;
background: rgba(39, 65, 135, 0.56);
}
.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: 16px;
text-decoration: none !important;
}
.holeNavigation a:hover {
color: #d0a02f;
}
.holeNavigation a:after {
display: none;
}
.holeNavigation a:before {
content: "|";
padding: 0 15px;
color: #fff !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: #d0a02f;
}
.holeNav {
position: absolute;
top: 9px;
font-size: 28px;
color: #fff !important;
}
.holeNav:hover {
color: #d0a02f !important;	
}
a.holeNav.holeNavLeft {
left: 80px;
}
a.holeNav.holeNavRight {
right: 80px;
}
.holestats {
margin: 20px 0 20px 0;
}
.statCircle {
height: 15px;
width: 15px;
display: inline-block;
font-size: 10px;
line-height: 20px;
}
.whiteCircle {
background: #efefef;
}
.yellowCircle {
background: #fff000;
}
.redCircle {
background: #ff0000;
}
/* //////// /////////////////// ///////////////////  GOOGLE MAPS STYLES  ///////// ///////////// ////////////////// */
div#map_container {
width: 100% !important;
height: 550px !important;
color: #333;
}
#globalwrap .map_popup_form input[type=submit] {
background: #274187 !important;
transition: 0.7s;
}
#globalwrap .map_popup_form input[type=submit]:hover {
background: rgba(30, 34, 90, 0.88) !important;
}
.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 #274187 !important;
}
#globalwrap .map_popup_form input[type=text] {
height: 35px !important;
}
.gm-style-iw-d {
padding: 0 5px !important;
}
.googleMapHolder .map_popup a {
color: #274187;
}
.googleMapHolder .map_popup a:hover {
color: #d0a02f;;
}
/* ///////////////////// ////////  BIG FOOTER ///////////////////////////// //////////// ////// */
.addressFooter {
text-align: center;
padding: 1px 20px 20px 20px;
background: #333;
color: #fff;
font-size: 28px;
line-height: 48px;
}
.body-public .addressFooter {
padding: 50px 20px 20px 20px;
background: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/new_footer_bg.jpg) top center no-repeat;
background-size: cover;
color: #333;
}
.logoAndline:before {
width: 80%;
height: 1px;
content: '';
background: #d2d1d1;
display: none;
margin: 0 auto;
z-index: 0;
margin-top: 60px;
}
.body-public .logoAndline:before {
display: block;
}
.footerLogo img {
position: absolute;
width: 105px;
top: 30px;
transform: translateX(-50%);
left: 50%;
}
.body-public .footerLogo img {
top: 50px;
}
.telephoneAndMail {
margin-top: 50px;
font-size: 20px;
font-weight: bold;
line-height: 38px;
letter-spacing: 0.5px;
display: none;
}
.body-public .telephoneAndMail {
display: block;
}
.telephoneAndMail a {
color: #333;	
}
.telephoneAndMail a:hover {
color: #d0a02f;	
}
.socialIcons em {
border: none;
text-align: center;
font-size: 34px;
display: none;
padding: 10px 0px 15px 0px;
margin: 15px 5px;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
color: #274187;
}
.body-public .socialIcons em {
display: inline-block;	
}
.socialIcons em:hover {
color: #d0a02f;
}
p.footerCopyright {
font-size: 16px;
color: #fff;
margin-top: 150px;
margin-bottom: 0;
line-height: 20px;
letter-spacing: 0.5px;
}
.body-public p.footerCopyright {
margin-top: 250px;	
}

p.footerCopyright a {
color: #fff;
}
p.footerCopyright a:hover {
color: #fff;
text-decoration: underline;
}
.body-public p.footerCopyright a:hover {
color: #333;
text-decoration: none;
}
/*  //////////////////// ///// /// FRONT END VERY BOTTOM FOOTER /////////////////////// /////// */
.footer {
background: rgba(30, 34, 90, 0.88);
color: #d0a02f;
padding: 10px;
height: 50px;
}
a.igLogo img {
width: 85px;
}
/* ///////////////////////// //// /// TEST PAGE SETTINGS ////////////////////////////////////// //////////  */

/*  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(30, 34, 90, 0.88);
border-color: rgba(30, 34, 90, 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: #fff;
}
.inPageContent .nivo-directionNav {
display: none !important;
}

/* /////////////// //////////// // MEDIA QUERIES START ////////////////// /////////////////////// ////////////  */

/* /////////  MIN WIDTH 1600PX ///////////////   */
@media (min-width: 1600px) {
            p.footerCopyright {
            margin-top: 150px;
            }
			.body-public p.footerCopyright {
            margin-top: 350px;
            }
}
/* /////////  MIN WIDTH 1200PX ///////////////   */
@media (min-width: 1200px) {
           .inPageContent {
           padding-bottom: 40px;
		   }
		   .inPageContent h2 {
           font-size: 58px;
           line-height: normal;
           }
}
/* //////////  MAX 1199PX ///////////////// //  */
@media (max-width: 1199px) {
           .testimonials {
			padding-top: 50px;
		   }
}
/* // ////////   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 10px;
          }
		  .timeLineRow {
          background-size: 600px;
		  }
}
/* /// /////   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 7px;
     }
	 a.holeNav.holeNavLeft {
    left: 30px;
    }
	a.holeNav.holeNavRight {
    right: 30px;
    }
	.timeLineRow {
    background-size: 500px;
	}
	.timelineText {
    padding: 20px;
    }
}
/* //// MAX WIDTH 979 ///// //// */
@media (max-width: 979px) {
	li.menu-section-hole-10 a {
    clear: left;
    }
	.inPageContent	{
    padding: 40px 20px 0 20px;
	}
	.holeNavigationRow {
     width: 100%;
	 }
	.holeNavigation {
    text-align: center;
    }
	.textBox h4 {
    font-size: 16px;
    margin-bottom: 3px;
    }
	.textBox p {
    margin-bottom: 0;
    font-size: 14px;
    }
	.bigBox .textBox p {
	margin-bottom: 8px;
	}
}
/* //// ///// 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(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/sliderLeftSmall.png) center center no-repeat !important;
     left: 5%;
     }
     .sliderHolder a.nivo-nextNav {
     width: 25px !important;
     height: 47px !important;
     background: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/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;
    }
	.body-public form .customFormLine input,
    .body-public form .customFormLine textarea	{
    width: 70%;
	}
}
/* //// 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(30, 34, 90, 0.88);
    color: #ffffff;
    }
	.holeNav {
	display: none;
	}
	.body-public .holeNavigation .menu-section li a:hover {
    color: rgba(30, 34, 90, 0.88);
    background: var( --menuLinkColor);
    }
	.holeNavigation a:before {
	display: none;
	}
	.statContainer {
    margin: 10px;
    }
	span.footerSep {
    display: block;
    font-size: 0;
    line-height: 0;
    }
	p.footerCopyright {
    line-height: 26px;
	}
	.body-public span.updatedate {
    display: block;
    margin-top: 0;
    float: none;
    padding-bottom: 5px;
	}
	.andyShowCourseStatus i.fa {
    display: none;
	}
	.andyShowCourseStatus h3 {
    font-weight: bold;
	line-height: 28px;
	padding-left: 5px;
	width: 100%;
	}
	.sliderLogo img {
    margin-bottom: 20px;
    width: 100px;
    }
	a.sliderButton {
	padding: 6px 25px;
	}
	.thumbBox {
	margin-top: 20px;
	}
	.innerSliderCaptions .sliderLogo img {
    width: 90px;
	}
	.body-public .subMenu .menu-section li::after {
	display: none;
	}
	.body-public .subMenu .menu-section li a {
    padding: 10px;
    display: block;
    background: #efefef;
    color: #333;
    }
	.subMenu {
	padding: 0;
	}
	.holestats {
    margin: 10px auto;
    text-align: left;
    display: inline-block;
    }
	li.menu-section-copy-of-copy-of-hole-10 a {
    clear: left;
    }
	.timelineDates {
    text-align: center;
	}
	.timelineDates .vertical {
    margin: 10px auto !important;
    }
	.text.textTwo,
	.bigDate.bigDateTwo,
    .text.textThree,
	.bigDate.bigDateThree {
    margin-left: auto;
    }
	.timeLineRow {
    background: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/timeLine_bg.jpg) bottom right no-repeat;
    background-size: 400px;
    padding-bottom: 60px;
    }
}
/* /////////   480 - 767 ////////////////   */
@media (min-width: 480px) and (max-width: 767px) {
	.andyShowCourseStatus {
	width: 390px;
	}
	.venue {
	right: 10px; 
	}
	.venue img {
	width: 70px;
	}
	.body-public .inPageContent .homeBox {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	}
}
/* //// MAX WIDTH 480 ///// ////  //// ///  */
@media (max-width: 480px) {
    .menu-trigger {
	width: 68px;
    padding: 0;
	}
	li.menu-section-copy-of-copy-of-hole-7 a, li.menu-section-copy-of-copy-of-hole-13 a {
    clear: left;
    }
	li.menu-section-copy-of-copy-of-hole-10 a {
    clear: none;
    }
	.holeNavigation a {
    margin: 5px;
    }
	.sliderCaptions h2 {
    font-size: 24px;
    }
    .sliderCaptions h1 {
    font-size: 48px;
    }
	.sliderCaptions {
	top: 15%;
	}
	.body-public .menu-section li::after {
    display: none;
    }
	.body-public .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
	}
	.telephoneAndMail {
    font-size: 18px;
    line-height: 34px;
	}
	.venue {
	display: none !important;
	}
	.sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
    bottom: 30%;
    }
	.timeLineRow {
    background-size: 300px;
    padding-bottom: 40px;
	}
	.timelineText {
    text-align: center;
    padding: 40px 20px;
    }
	.inPageContent h1 {
    font-size: 38px;
    line-height: normal;
    }
}
/* height media query to fit everything on mobile 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;
  }
  .sliderHolder a.ct-btn-scroll.ct-js-btn-scroll {
  bottom: 25%;
  }
}
/* STYLES ADDED BY IG INTO ADMIN CSS */
/* Tabs */
.tabs {
		display: flex;
		flex-wrap: wrap; /* make sure it wraps */
}

.tabs label {
		order: 1; /* Put the labels first */
		display: block;
		padding: 16px;
		margin: 8px auto;
		cursor: pointer;
		background: #274187;
		font-weight: bold;
		transition: background ease 0.2s;
  		width: 24%;
  		color: #d0a02f;
}

.tabs .tab {
		order: 99; /* Put the tabs last */
		flex-grow: 1;
		width: 100%;
		display: none;
		padding: 1rem;
		background: #fff;
  		border: 1px solid #274187;
}

.tabs input[type="radio"] {
		display: none;
}

.tabs input[type="radio"]:checked + label {
		background: #d0a02f;
  		color: #fff;
}

.tabs input[type="radio"]:checked + label + .tab {
		display: block;
}

@media (max-width: 45em) {
		.tabs .tab, .tabs label {
				order: initial;
		}

		.tabs label {
				width: 100%;
				margin-right: 0;
				margin-top: 0.2rem;
		}
}

/* anton styles */

/* temp header */

@media (min-width: 1200px) {
 .body-public h2 {
  font-size: 54px !important;
  }
}

.body-public .topNavbar a {
  text-shadow: 1px 1px #000;
}

.body-public .topNavbar.scrolled a {
  text-shadow: none;
}

.body-public table.scorecard tbody td.White {
  background: white;
}

.body-public table.scorecard tbody td.Yellow {
  background: #FC0;
}

.body-public table.scorecard tbody td.Red {
  background: #F00;
  color: white;
}

@media (min-width: 0px) and (max-width: 767px) {
  .holeNavigation {
    width: 275px;
    margin: 0px auto;
  }
  .body-public #globalwrap .wysiwyg-editable table td h4 {
    font-size: 12px;
  }
  .body-public #globalwrap .wysiwyg-editable table td {
    padding: 2px;
    font-size: 11px;
    line-height: 20px;
  }
  .body-public.body-class-tee_sponsors .inPageContent table tbody tr td:last-child {
    width: 130px;
  }
}

/* end anton styles */
/* VERY TOP NAVBAR */
.body-public .topNavbar {
display: block !important; 
}
.body-public .topNavbar {
display: block !important;
position: absolute;
right: 125px;
letter-spacing: 0.5px;
font-size: 15px;
top: 0;
background: none;
padding: 17px;
-webkit-transition: background 0.90s ease;
-moz-transition: background 0.90s ease;
-o-transition: background 0.90s ease;
transition: background 0.90s ease;
}
.body-public .topNavbar.scrolled {
background: rgba(208, 160, 47, 0.85);
}
.body-public .topNavbar a {
color: #fff;
padding-bottom: 10px;	
}
.body-public .topNavbar a:hover {
background: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/dot.png) bottom center no-repeat;
}
span.topMenuSep {
color: #fff;
margin: 0 10px;
}

/* ///////  ///////////////////   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: 50px;
float: left;
margin-top: 7px;
margin-right: 20px;
position: absolute;
z-index: 99;
}
.navbar .nav {
margin: 0;
}
.navbar-inverse .navbar-inner {
background: #274187;
min-height: 60px;
}
.body-public .navbar-inverse .navbar-inner {
min-height: 0;
}
.navbar-inverse .nav li a {
font-size: 14px;
text-shadow: none;
color: #d0a02f;
padding: 20px 14px;
text-decoration: none;
}
li.nav-level-1.current a,
li.nav-level-1.current a:hover {
background: none;
color: #fff;
}
.navbar-inverse .nav li a:hover {
color: #fff;
}
li.nav-level-1.nav-menu-login_page a,
#logoutbtn {
color: #fff;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background-color: rgba(30, 34, 90, 0.88);
color: #d0a02f;
}
.body-class-members .navbar-inverse .nav .dropdown-menu > li:first-child > a {
padding-top: 12px;
}
.dropdown-menu {
margin: 0;
list-style: none;
background-color: rgba(30, 34, 90, 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;
*/
}
.body-class-members .dropdown-menu {
-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 #d0a02f;
}
.navbar-inverse .nav .dropdown-menu > li > a {
border-bottom: 1px dotted #d0a02f;
padding: 10px;
clear: both;
color: #d0a02f;
}
.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: #1f255f;
background-image: none;
color: #fff;
}
/* fade in dropdown menu */
.open > .dropdown-menu {
pointer-events: auto;
opacity: 1;
padding: 0;
}
/* ///////////////////////////////////////    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: #274187;
z-index: 0;
width: 125px;
height: 60px;
color: #d0a02f;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 0;
}
#hamburger-icon .line {
display: block;
background: #d0a02f;
height: 2px;
position: absolute;
right: auto;
left: 16px;
border-radius: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
top: 20px;
width: 30px;
}
#hamburger-icon .line.line-2 {
top: 28px;
width: 40px;
}
#hamburger-icon .line.line-3 {
top: 36px;
width: 40px;
}
span.menuText {
position: absolute;
top: 20px;
right: 15px;
}
/* //////////////////////////////// //////////////  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: 30px;
}
.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(39, 65, 135, 0.91);
}
#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: #274187;
}
.body-public .navbar .nav {
width: 300px;
}
.body-public .navbar .nav li {
float: none;
}
.logoLinkOffCanvas {
display: none;
}
.body-public .logoLink {
display: none;
}
.body-public .logoLinkOffCanvas {
display: block;
position: relative;
width: 300px;
text-align: center;
margin-top: 20px;
margin-bottom: 0;
}
.body-public .logoLinkOffCanvas img {
width: 80px;
opacity: 0.5;	
}
.body-public .navbar-inverse .nav-collapse .nav li a {
padding: 10px 14px;
margin: 5px 10px;
font-size: 14px;
background: none;
clear: left;
color: #fff;
}
.body-public .navbar-inverse .nav-collapse .nav li a:hover {
color: #fff !important;
background-color: #d0a02f !important;
}
.body-public li.nav-level-1.current a,
.body-public li.nav-level-1.current a:hover {
background: rgba(30, 34, 90, 0.88) !important;
color: #fff !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: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/menuDownToggle2.png) 90% center no-repeat;
}
.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: #202660 url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/menuUpToggle.png) 90% 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: #202660;
font-size: 13px !important;
width: 100%;
margin: 5px 0 8px 0;
padding: 5px 10px;
clear: both;
color: #d0a02f;
border: 1px solid #4361af !important;
}
.body-public .navbar-inverse .nav .dropdown-menu > li > a:hover {
color: #fff;
}
.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: #212761 url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/menuDownToggle2.png) 90% center no-repeat;
color: #fff;
}
.body-public .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
background: rgba(30, 34, 90, 0.88);
color: #fff;
}
/* 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: #fff !important;
                            }
							div#myNavbar {
                            margin-left: 70px;
                            }
}
@media (max-width: 979px) {
                            .navbar-inverse .btn-navbar {
                            color: #d0a02f;
                            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: #d0a02f;
                            padding: 10px 15px;
                            font-size: 16px;
                            font-weight: normal;
                            margin: 0 20px;
                            background: rgba(30, 34, 90, 0.88);
							border-bottom: none !important;
                            }
	                        .navbar-inverse .nav-collapse .nav > li > a.moredown, .navbar-inverse .nav-collapse .dropdown-menu a.moredown {
	                        background: rgba(30, 34, 90, 0.88) url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/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: #d0a02f url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/menuDownToggle2.png) right 15px center no-repeat;
                            color: #fff;
                            }
	                        .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(30, 34, 90, 0.88) url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/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(30, 34, 90, 0.88)  url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/menuUpToggle.png) right 15px center no-repeat;
                            }	
	                        .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
                            background: #fff;
							color: #d0a02f;
                            }
	                        #myNavbar {
                            z-index: 11;
                            background: #274187;
	                        }
							.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: #d0a02f;
                            color: #fff;
                            }
							#header .logoLink img {
                            left: 50%;
                            transform: translateX(-50%);
							margin-top: 1px;
							}
}
@media (min-width: 481px) and (max-width: 767px) {
	.body-public .topNavbar a {
	 letter-spacing: 0;
	 font-size: 14px;
	}
}							
@media (max-width:480px) {
	    .body-public .topNavbar a,
		.topMenuSep {
        display: none;
        }
		.body-public .topNavbar a:last-child {
		display: inline;
		}
		
}
/* 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;
}
/* ///////////////////////////////////  VARIOUS CMS TWEAKS /////////////////////////////////// ////// //////////// /////////////////////////////////////// /// GENERALLY DON'T NEED TO TOUCH /////////// /////////////////// ////////////////////// ///////// /////////////////////////// ///////////////////////// //////// */
#date_form .picker input {
cursor: pointer;
padding: 3px;
margin-right: 15px !important;
}
img.ui-datepicker-trigger {
position: absolute;
right: 20px;
top: 0;
}
.body-root-information #global .container {
max-width: 100%;
}
body[class^="body-class-setcoursestatuscourseid"] { 
word-break: break-word;
}
#statusform textarea {
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;
}
#diaryTable.table {
display: block;
overflow-x: auto;
}
.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-competition2 .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-competition2 .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; this causing button to be out of line on recent sites */
}
body.body-class-setcoursestatus form input[name="loginword"] {
height: 38px;
}
/* ///////////// /////////// 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 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-competition2 #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;	
	}
	.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;
    }
}
/* ////// /////////// 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 #274187;
}
.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 #274187;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
padding: 20px 20px;
border: 2px solid #274187;
text-align: center;
}
#login h3 {
color: rgba(30, 34, 90, 0.88);
text-transform: uppercase;
margin-bottom: 30px;
}
#login .controls input.btn {
background: #274187;
color: #d0a02f;
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
background: #274187;
color: #d0a02f;
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(30, 34, 90, 0.88);
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
border-bottom: 1px dotted rgba(30, 34, 90, 0.88);
margin-bottom: 20px;
padding-bottom: 20px;
}
.body-public .news-item .media-heading {
color: rgba(30, 34, 90, 0.88);
}
.body-public p.news-date {
font-size: 12px;
}
.body-public .news-summary a.read-more {
background: #274187;
color: #d0a02f;
font-family: 'Neuton', 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: #274187 !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-competition2 #container,
.php-teelogin #container,
.php-visitoropen #container,
.php-sagepay #container,
body[class^='body-class-setcoursestatus'] #container,
.body-class-visitorbooking #container {
background: url(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/admin_bg.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; maybe not needed when only big address footer */
}
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-competition2 .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-competition2 #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.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);
}


/* 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: #fff;
border: none;
color: #d0a02f;
}
/* ///////////// ////////////// //////////// 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-competition2 .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;
}

 /* ///////////// GENERIC TABLES - DO SPECIFIC STYLES FRONT-END TO OVERRIDE THESE /////////// ///////////  */
thead {
background: rgba(30, 34, 90, 0.88);
color: #d0a02f;
}
.table th {
font-weight: normal;
}
table thead a:link,
table thead a:visited {
color: #d0a02f;
text-decoration: underline;
}
table thead a:hover {
color: #fff;
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 #274187 !important;
background: #274187;
color: #efefef;
}
.body-class-members .uploadTarget:hover {
background: rgba(30, 34, 90, 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(30, 34, 90, 0.88);
border-right: 1px solid #767676;
color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
color: #274187 !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: #274187;
}
.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-competition2 .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-competition2 .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-competition2 #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-competition2 .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-competition2 #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-competition2 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-competition2 #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {
margin-top: 100px;
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-class-members.body-root-information .sliderHolder {
display: none;
}
.body-class-members.body-root-information .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(https://lincoln.designmode.intelligentgolf.co.uk/images/resources/lincoln/admin_bg.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: #274187;
padding: 20px;
color: #fff;
font-weight: normal;
display: inline-block;
}
/* /////////////////////// /////////// /////   ///////////////////////////// ////////////////////// /////////////////////////////////////// /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(30, 34, 90, 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: #008cff;
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 .sliderHolder,
.php-ckeditor .standardInclude,
.php-ckeditor .sliderCaptions,
.php-ckeditor .subMenu,
.php-ckeditor .holeNavigationRow {
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 .holeNavigationRow {
position: relative;
background: #274187;
color: #fff;
}
.php-ckeditor .holeNavigation {
width: 300px;
margin: 0 auto;
}
.php-ckeditor .holeNav {
position: initial;
display: inline-block;
padding: 10px;
background: #d0a02f;
color: #fff !important;
}
.php-ckeditor .logoAndline {
display: none;
}
.php-ckeditor .sliderCaptions {
margin-top: 0;
margin-bottom: 40px;	
}
.php-ckeditor h3 {
border-bottom: none !important;
}
.php-ckeditor .sliderLogo img {
margin-bottom: 40px;
}
.php-ckeditor .homeBox:before,
.php-ckeditor .andyShowCourseStatus,
.php-ckeditor .venue {
display: none !important;
}
.php-ckeditor p.footerCopyright {
margin-top: 50px;
}
.php-ckeditor .textBox {
position: relative;
top: auto;
transform: none;
padding: 20px;
background: #274187;
margin-top: 10px;
}
.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 table td {
text-align: center;
padding: 10px 0;
}
@media (min-width: 980px) {
    .php-ckeditor #header img {
    margin-top: 0;
    }
}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-root-information .sliderCaptions,
.body-root-information .sliderHolder  {
display: none;
}
.body-root-information .inPageContent .container {
max-width: 100%;
}
.body-class-members .inPageContent {
margin-left: auto;
padding: 20px;
left: 0;
right: 0;
background: none;
margin-right: auto;
max-width: 100%;
}

/* end andy styles */

/* anton styles */

.body-class-visitorbooking .logoLink {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 80px;
}

.body-class-visitorbooking #header .logoLink img {
  width: 80px;
}

@media (min-width: 0px) and (max-width: 399px) {
  .body-class-visitorbooking .logoLink {
    width: 60px;
    left: 0px;
  }
  .body-class-visitorbooking #header .logoLink img {
    width: 60px;
  }
}

.timeline-container {
  overflow-x: scroll;
}

.timeline-section {
  width: 180em;
}

.timeline-content {
  display: inline-block;
  float: left;
  width: 400px;
  padding: 30px 30px;
}

.timeline-content h6 a {
  background: #274187;
  display: inline-block;
  color: #d0a02f;
  padding: 8px 4px;
  border-radius: 10px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.timeline-content h6 a:hover {
  border-radius: 0px;
}

.club-sponsors table td {
  border: 2px solid #274187;
}

.club-sponsors h6 a {
  margin: 0px;
  padding: 10px;
}

.club-sponsors table td img {
  padding: 10px 0px;
  max-width: 150px;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 499px) {
  .club-sponsors table td img {
    max-width: 80px !important;
    width: 100%;
  }
}

#diaryTable.table {
  display: table;
  color: #274187;
}

#diaryTable a {
  color: #274187;
}

#diaryTable a:hover {
  color: #d0a02f;
}

.venue {
  background: rgba(255,255,255,0.3);
}

.body-class-scorecard table.scorecard tr td:nth-child(11) {
  background: #00F;
  color: #fff;
}

.body-class-scorecard table.scorecard tr td:nth-child(14) {
  background: #000;
  color: #fff;
}

/* end anton styles */

/* Remove comment when club send text
.php-teelogin label[for*="contact_prefs"] {
  width: 100%;
}

.php-teelogin form fieldset {
  font-size: 0px;
}

.php-teelogin form fieldset input#contact_prefs {
  display: none;
}

.php-teelogin form fieldset > * {
  font-size: 14px;
}
*/