/* ///////////// //////////////////// //////////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: hidden;
}
#container {
min-height: calc(100vh - 40px); /* 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: #333;
font-size: 16px;
line-height: 26px;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Times New Roman';
letter-spacing: 1px;
color: rgba(4, 64, 131, 0.88);
font-weight: normal;
}
.inPageContent h1 {
font-size: 58px;
line-height: normal;
color: #065ab8;
letter-spacing: 3px;
padding-top: 0;
padding-bottom: 30px;
}
.inPageContent h2 {
color:  #035ba4;
}
.inPageContent h3 {
color: #333;
text-transform: uppercase;
font-family: 'Work Sans', sans-serif;
font-size: 14px;
letter-spacing: 3px;
line-height: 30px;
font-weight: bold;
margin-bottom: 30px;
margin-top: 30px;
}
.inPageContent h4 {
text-transform: uppercase;
font-family: 'Work Sans', sans-serif;
font-size: 16px;
color: #065ab8;
letter-spacing: 0.5px;
}
.inPageContent h5 {
font-size: 24px;
color: #065ab8;
margin-bottom: 30px;
font-family: 'Work Sans', sans-serif;
}
.inPageContent .sidebarContent h5 {
font-size: 32px;
font-family: 'Times New Roman';
}
.inPageContent .textBox h5 {
margin-bottom: 10px;
}
a:link,
a:visited {
color: 'Times New Roman';
outline: 0;
text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
color: #F9A445;
outline: 0;
}
hr {
border-top: 1px solid #e1e1e1;
}
/* TABLES */
.body-public .wysiwyg-editable table {
width: 100%;
}
.body-public .wysiwyg-editable table td {
border: 1px solid #065ab8;
padding: 10px;
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: 35px;
width: 90%;
margin-bottom: 20px;
background: #fff;
}
.body-public form .customFormLine textarea {
height: 100px;
width: 100%;
background: #efefef;
}
span.customFormLine label[for="custom_21"] {
color: #065ab8;
font-size: 16px;
margin-top: 10px;
margin-bottom: 20px;
}
.body-public span.customFormRadioItem + br {
display: none;
}
.body-public form .customFormLine {
color: #333;
text-transform: uppercase;
position: relative;
}
.body-public form input[type="submit"] {
background: 'Times New Roman';
border: none;
color: #fff;
text-transform: uppercase;
padding: 10px 20px;
margin-top: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.body-public form .customFormRadioItem {
height: auto;
width: auto;
margin-top: 0;
margin-bottom: 0;
margin-right: 5px;
display: block;
}
.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: transparent !important;
color: #065ab8;
border: 2px solid #065ab8;
padding: 10px 20px;
margin: 20px 0;
font-family: 'Work Sans', sans-serif;
letter-spacing: 1px;
text-transform: none;
display: inline-block;
font-weight: normal;
-webkit-border-radius: 0;
font-size: 16px;
-moz-border-radius: 0;
border-radius: 0;
-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 {
background: #065ab8 !important;
color: #fff;	
}
/* ////////////////// ///////////// // SUB MENU HORIZONTAL /////////////////// ////// */
.sliderHolder .menu-section {
background: #065ab8;
text-align: center;
}
.sliderHolder .menu-section 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 .sliderHolder .menu-section li::after {
content: '-';
padding: 0 7px;
color: #fff;
}
.body-public .menu-section li:last-child:after {
display: none;
}
.body-public .sliderHolder .menu-section li a {
margin: 10px;
text-decoration: none !important;
display: inline-block;
color: #fff;
letter-spacing: 0.5px;
font-weight: normal;
}
.body-public .sliderHolder .menu-section li.current a,
.body-public .sliderHolder .menu-section li a:hover {
color: #F9A445;
}
/* ////////////// ///////////// /// 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 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: 'Times New Roman';
font-weight: bold;
font-size: 32px;
letter-spacing: 3px;
text-shadow: 1px 1px 1px #000;
margin-bottom: 0;
margin-top: 0;
}
.sliderCaptions.innerSliderCaptions {
top: 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-angle-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 {
right: 75px;
bottom: 40px;
left: auto;
z-index: 10;
font-size: 0;
}
.body-public .sliderHolder .nivo-controlNav {
text-align: right;
}
.body-public .sliderHolder .nivo-controlNav a {
background: transparent;
border: 1px solid #fff;
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 5px;
}
.body-public .sliderHolder .nivo-controlNav a.active {
background: #fff;
box-shadow: 0 0 0 3px #9f9e9d;
}
.nivo-directionNav {
display: none !important;
}
.sliderHolder .nivo-caption {
background: rgba(255, 255, 255, 0.75) !important;
}
.sliderHolder .nivo-caption h4 {
font-size: 18px;
line-height: 30px;
padding: 0 20px;
}
/* /////////////// //// ////////// COURSE STATUS ///////////////// ///////////////// */
.andyShowWeatherAndCourseStatus {
width: 100%;
margin-left: auto;
margin-right: auto;
z-index: 9;
left: 0;
right: 0;
position: absolute;
margin-top: -80px;
}
.weathers {
color: #F9A445;
display: inline-block;
width: 180px;
padding: 0 30px;
font-size: 16px !important;
float: left;
margin-right: 5px;
margin-left: 10px;
}
.body-public .weatherDate, 
.body-public .weatherTemp {
clear: right;
float: right;
}
.weatherDate {
font-size: 14px;
}
.weatherTemp {
font-size: 22px;
}
.courseStatusAndWeather h3 {
display: none;
}
.body-public span.updatedate b {
display: none;
}
.body-public span.updatedate {
color: #F9A445;
font-size: 16px !important;
display: inline-block;
padding: 2px 0 2px 30px;
margin-top: 10px;
font-weight: normal;
border-left: 1px solid #F9A445;
letter-spacing: 1px;
}
/* ////////// /////////////////////  TOP RIGHT ICONS //////////////// /////////////// ////   */
.body-class-members .topRightIcons {
display: none !important;	
}
.body-public .topRightIcons {
display: inline-block;
position: absolute;
right: 105px;
top: 15px;
font-size: 20px;
z-index: 12;
}
.body-public .topRightIcons a {
color: #fff;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;	
}
.body-public .topRightIcons a:hover {
color: #F9A445;
font-size: 21px;	
}
/* ///////// /////////////////////// / HOME PAGE STYLES //////////////// ////////////// ///   */
a.publicLogo {
display: none;	
}
.body-class-members a.publicLogo {
display: none !important;
}
.body-public a.publicLogo {
display: inline-block;
position: absolute;
z-index: 999;
top: 20px;
width: 100px;
left: 40px;
}
.homeBox,
.bigFooter {
margin-top: 50px;
}
.homeBoxTwo {
margin-top: 10px;
}
.homeBoxTwo .picBox {
margin-top: -40px;
}
#homeBoxOne:before {
content: '';
background: #e5eef6;
width: 75%;
height: 100%;
display: block;
position: absolute;
right: 0;
z-index: -1;
}
#homeBoxOne {
padding-bottom: 80px;
position: relative;
}
.homeBoxOne .textBox,
.homeBox .picBox {
padding-left: 40px;
padding-right: 50px;
}
.textBox p {
text-align: justify;
}
/* ////////////////// ///////////////  INNER PAGE STYLES  //////////////// /////////////// //  */
#homeBoxOne.inPageContent.innerPageContent {
margin-top: 70px;
}
.innerPageContent .textBox, .innerPageContent .mediaBox {
margin-top: 70px;
}
.inPageContent.innerPageContent h3 {
font-size: 13px;
line-height: 26px;
margin-bottom: 10px;
margin-top: 10px;
}
.sidebarContent {
padding-left: 40px;
padding-top: 20px;
margin-top: 40px;
background: url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/sidebar_bg.png) top left no-repeat;
background-size: contain;
}
#homeBoxOne.innerPageContent:before {
width: 70%;
}
/* ////////// //////////////////// /// TESTIMONIALS SLIDER ///////////// ////////////// ///   */
.testimonials {
background: red;
background-size: cover;
text-align: center;
padding: 50px 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;
}
.testimonials pre {
background: none;
border: none;
font-size: 14px;
font-family: inherit;
color: #fff;
}
.testimonials .galleryWrapperNivo .nivo-directionNav a {
display: none;
}
.testimonials .nivo-controlNav-Wrapper {
position: relative;
margin-top: 30px;
}
.testimonials .nivo-controlNav-Wrapper .nivo-controlNav a {
width: 10px;
height: 10px;
margin: 0px 3px;
background-image: none;
background-color: transparent;
border: 1px solid #fff;
-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: #fff;
border: 1px solid #fff;
}
.testimonials h4 {
color: #fff;
font-size: 24px;
}
/* ////////// ///////////////////////  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: #F9A445;
}
.holeNavigation a:after {
display: none;
}
.holeNavigation a:before {
content: "-";
padding: 0 10px;
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: #F9A445;
}
iframe#ytplayer {
height: 270px;
}
.holestats {
margin: 20px 0 10px 0;
}
.statCircle {
height: 15px;
width: 15px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #b8b8b8;
display: inline-block;
font-size: 0px;
line-height: 20px;
}
.whiteCircle {
background: #fff;
}
.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: transparent !important;
transition: 0.7s;
}
#globalwrap .map_popup_form input[type=submit]:hover {
background: rgba(4, 64, 131, 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 #065ab8 !important;
}
#globalwrap .map_popup_form input[type=text] {
height: 35px !important;
}
.gm-style-iw-d {
padding: 0 5px !important;
}
.googleMapHolder .map_popup a {
color: 'Times New Roman';
}
.googleMapHolder .map_popup a:hover {
color: #B86406;
}
/* ///////////////////// ////////  BIG FOOTER ///////////////////////////// //////////// ////// */
.contactDetails,
.socialIcons {
display: inline-block;
margin-bottom: 30px;
}
.socialIcons {
margin-top: 5px;
float: left;
}
.socialIcons:after {
width: 1px;
height: 40px;
background: #ddd;
display: inline-block;
margin: 0 20px;
vertical-align: top;
content: '';
}
.socialIcons em {
border: 2px solid;
width: 45px;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 8px 7px 8px 9px;
margin: 15px 3px;
margin-top: 0;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
font-size: 22px;
}
.socialIcons em.fa-facebook-f {
color: #3c5a99;
}
.socialIcons em.fa-twitter {
color: #28aae1;
}
.socialIcons em:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
/*  //////////////////// ///// /// FRONT END FOOTER /////////////////////// /////// */
.footer {
background: #fff;
color: #065ab8;
line-height: 28px;
font-size: 14px;
height: 50px;
}
.blueLogoBox {
display: block;
height: 380px;
/* background: #045aa3;*/
}
.footerMainBox {
padding-left: 20px;
}
.footerSponsorIcons img {
margin: 15px 5px 20px 0;
width: 200px;
}
.textFooter {
padding: 10px;
}
a.igLogo img {
width: 85px;
float: right;
}
.footerCopyright {
font-size: 14px;
}
/* newsletter subscribe */
#customform_4 fieldset#thankyou {
width: 100%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
position: relative;
}
#customform_4 label {
position: absolute;
top: 2px;
left: 20px;
color: #ababab;
width: 150px;
cursor: auto;
}
#customform_4 .alert.alert-error + span label {
display: none;
}
#customform_4 .alert li {
list-style-type: none;
}
.alert-danger, .alert-error {
background-color: #6c1a26;
border: none;
color: #fff;
}
div#thankyou p {
margin: 20px 0;
background: #045aa3;
padding: 10px 20px;
color: #fff;
display: inline-block;
}
.body-public #customform_4 #thankyou .customFormLine input {
height: 40px;
width: 240px;
margin-bottom: 0;
margin-right: 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #e5eef6;
/*float: left;*/
border: none;
cursor: auto;
}
#customform_4 #thankyou #custom_4_submit {
margin-bottom: 1em;
width: 130px;
margin-top: 13px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 14px;
color: #fff;
padding-bottom: 8px;
padding-top: 8px;
/*float: left;*/
background: rgba(4, 64, 131, 0.88) !important;
-webkit-transition: all 0.45s ease-in;
-moz-transition: all 0.45s ease-in;
transition: all 0.45s ease-in;
}
#customform_4 #thankyou #custom_4_submit:hover {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#customform_4 #thankyou br {
display: none;
}
#customform_4 div#thankyou p {
background: #6c1a26;
padding: 10px;
display: inline-block;
margin-top: 30px;
}
/* ///////////////////////// //// /// 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(4, 64, 131, 0.88);
border-color: rgba(4, 64, 131, 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: #F9A445;
}
.inPageContent .nivo-directionNav {
display: none !important;
}
/* member only footer */
.footerCopyright.memberFooter.forceFullWidth {
padding: 10px 20px;
border-left: 20px solid #065ab8;
}
.body-public .footerCopyright.memberFooter {
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) {
	a.igLogo {
    position: absolute;
    right: 20px;
   }
   iframe#ytplayer {
    height: 200px;
    max-width: 100%;
   }
}
/* ///////// /// 980 - 1199 ///// //// /////    */
@media (min-width: 980px) and (max-width: 1199px) {
	      .holeNavigation a:before {
          padding: 0 7px;
          }
		  .body-public #customform_4 #thankyou .customFormLine input {
		  width: 200px;
		  }
		  .footerCopyright {
		  font-size: 12px;
		  }
		  .inPageContent h1 {
          font-size: 68px;
		  }
}
/* /// /////   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;
     }
	 .body-public #customform_4 #thankyou .customFormLine input {
     width: 150px;
	 margin-right: 10px;
     }
     .footerCopyright {
     font-size: 12px;
     }
	 span.hidden-sm {
    display: none;
    }
	.inPageContent h1 {
    font-size: 68px;
	}
	.homeBoxOne .textBox,
    .homeBox .picBox {
    padding-left: 10px;
    padding-right: 10px;
    }
	#homeBoxOne {
    padding-bottom: 0;
	}
	#homeBoxOne.inPageContent.innerPageContent {
    margin-top: 40px;
	margin-bottom: 70px;
    }
}
/* //// MAX WIDTH 979 ///// //// */
@media (max-width: 979px) {
	li.menu-section-hole-10 a {
    clear: left;
    }
	.inPageContent	{
    padding: 40px 20px;
	}
	.bigFooter.inPageContent {
    padding-bottom: 0;
     }
	.holeNavigationRow {
     width: 100%;
	 }
	.holeNavigation {
    text-align: center;
    }
	.bigFooter {
    margin-top: 0;
	}
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
	#globalwrap {
    padding-top: 0;
    }
	.nivo-directionNav {
    display: none !important;
    }
	#homeBoxOne {
	margin-top: 90px;
	}
	.bigFooter {
    margin-top: 70px;
    }
}
/* ///// //// MIN WIDTH 768 /// ////////// /   */
@media (min-width: 768px) {
	.moveRight768AndAbove {
	float: right !important;	
	}
	.removeMarginLeft768AndAbove {
	margin-left: 0 !important;
	}
	.statContainer {
    display: inline-block;
    margin: 10px;
    }
	.visibleUnder768 {
	display: none;
	}
}
/* //// MAX WIDTH 767 ///// //// */
@media (max-width: 767px) {
    .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(4, 64, 131, 0.88);
    color: #ffffff;
    }
	.body-public .holeNavigation .menu-section li a:hover {
    color: rgba(4, 64, 131, 0.88);
    background: var( --highlightColor);
    }
	.holeNavigation a:before {
	display: none;
	}
	.statContainer {
    margin: 10px;
    }
	iframe#ytplayer {
    width: 100%;
	}
	span.footerSep {
    display: block;
    font-size: 0;
    line-height: 0;
    }
	.bigFooter {
	text-align: center;
	}
	.footerMainBox {
    padding-left: 0;
    }
	.blueLogoBox {
    display: block;
    height: auto;
    background: none;
	}
	.hiddenUnder768 {
	display: none;
	}
	.bigFooter.inPageContent h4 {
    margin-top: 30px;
	border-top: 1px solid #efefef;
    padding-top: 30px;
	}
	#customform_4 #thankyou #custom_4_submit {
    margin-top: 30px !important;
    display: block;
    float: none;
    margin: 0 auto;
	}
	.body-public #customform_4 #thankyou .customFormLine input {
	float: none;
	width: 190px;
	}
	#customform_4 label {
    top: 0;
    text-align: left;
    left: 20px;
    width: 100px;
    }
	.socialIcons {
    float: none;
    display: block;
	}
    .socialIcons:after {
	display: none;
	}
    .footerCopyright {
    border-top: 1px solid #efefef;
    padding-top: 10px;
   }
    a.igLogo img {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    } 
    .footerCopyright.memberFooter.forceFullWidth {
    text-align: center;
    border-left: none;
    border-top: 5px solid #065ab8;
    }
    .body-public .sliderHolder .nivo-controlNav-Wrapper {
    display: none !important;
	}
    .homeBox {
    margin-top: 0;
    text-align: center;
    }
    .inPageContent h3 {
    margin-top: 0;
    margin-bottom: 30px;
    }
    #homeBoxOne:before {
    width: 100%;
    top: 140px;
    }
    .textBox p {
    text-align: center;
    }
    .inPageContent h1 {	
	padding-top: 60px;
	}
	.inPageContent.innerPageContent h1 {
    padding-top: 0;
	font-size: 48px;
    }
	#homeBoxOne.inPageContent.innerPageContent {
    margin-top: 0;
    }
	.innerPageContent .textBox {
    margin-top: 0;
    }
	 .innerPageContent .mediaBox {
    margin-top: 30px;
    }
	#homeBoxOne.innerPageContent:before {
    width: 100%;
    top: 0;
	height: 100%;
    }
	.inPageContent h3 br {
	display: none;
	}
	.inPageContent h3 {
	letter-spacing: 2px;
	}
	.homeBoxTwo .picBox {
    margin-top: 40px;
    }
	.sidebarContent {
	padding: 20px 10px 40px 10px;
    margin: 40px 0 20px 0;
    border-top: 3px solid #065ab8;
    background: #d3e3f2;
    }
	.body-public form .customFormLine input {
    text-align: center;
	}
}
/* /////////   480 - 767 ////////////////   */
@media (min-width: 480px) and (max-width: 767px) {
     	  #homeBoxOne:before {
          height: calc(100% - 140px);
		  }
		  #homeBoxOne {
          padding-bottom: 20px;
		  }
}
/* //// 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%;
	}
	.body-public .menu-section li::after {
    display: none;
    }
	.sliderHolder .menu-section {
	padding: 10px;
	}
	.body-public .sliderHolder .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
	}
	.body-public .footerMainBox form .customFormLine {
    display: block;
    width: 240px;
    margin: 10px auto;
    }
	#customform_4 label {
    top: 8px;
    left: 10px;
    }
	#customform_4 fieldset#thankyou {
	margin-top: 10px;
	}
	.body-public #customform_4 #thankyou .customFormLine input {
	width: 240px;
	}
	/*#homeBoxOne {
    padding-top: 0 !important;
	}*/
	#homeBoxOne.innerPageContent {
    padding-top: 40px !important;
    }
	#homeBoxOne:before {
    top: 0;
    }
	.inPageContent h3 {
	position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: red;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    padding-top: 30px;
	}
	.inPageContent.innerPageContent h3 {
	background: #e5eef6;
	padding-top: 0;
	}
	.inPageContent.innerPageContent .sidebarContent h3 {
    position: relative;
    width: auto !important;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    background: #d3e3f2;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 5px;
    padding-left: 5px;
    background: #d3e3f2;
    padding-top: 0;
    }
	.inPageContent .textBox h3 {
	padding-bottom: 0;
	}
	.inPageContent h1 {
    font-size: 48px;
    letter-spacing: 3px;
    padding-top: 20px;
    padding-bottom: 10px;
    }
	.homeBoxOne .textBox,
    .homeBox .picBox	{
    padding-left: 0;
    padding-right: 0;
   }
   #homeBoxOne {
   padding-bottom: 20px;
   }
}
/* 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;
  }
}


/* 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: 50px;
float: left;
margin-top: 4px;
margin-right: 20px;
position: absolute;
z-index: 99;
}
.navbar .nav {
margin: 0;
}
.navbar-inverse .navbar-inner {
background: #065ab8;
min-height: 60px;
}
.body-public .navbar-inverse .navbar-inner {
min-height: 0;
}
.navbar-inverse .nav li a {
font-size: 14px;
text-shadow: none;
color: #fff;
padding: 20px 14px;
text-decoration: none;
}
li.nav-level-1.current a,
li.nav-level-1.current a:hover {
background: rgba(4, 64, 131, 0.88);
}
.navbar-inverse .nav li a:hover {
color: #F9A445;
}
li.nav-level-1.nav-menu-login_page a,
#logoutbtn {
color: #F9A445;
}
.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(4, 64, 131, 0.88);
color: #fff;
}
.dropdown-menu {
margin: 0;
list-style: none;
background-color: rgba(4, 64, 131, 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-public .dropdown-menu {
transition: none;
}
.navbar .nav > li > .dropdown-menu:after {
border-bottom: 6px solid #fff;
}
.navbar-inverse .nav .dropdown-menu > li > a {
border-bottom: 1px dotted #fff;
padding: 10px;
clear: both;
color: #fff;
}
.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(4, 64, 131, 0.88);
background-image: none;
color: #F9A445;
}
/* 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: #065ab8;
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: 50%;
}
#hamburger-icon .line.line-2 {
top: 28px;
width: 30%;
}
#hamburger-icon .line.line-3 {
top: 38px;
width: 40%;
}
/* //////////////////////////////// //////////////  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(20, 21, 21, 0.75);
}
#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 30px;
background: #065ab8;
}
.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: 30px;
margin-bottom: 10px;
}
.body-public .logoLinkOffCanvas img {
width: 60px;	
}
.body-public .navbar-inverse .nav-collapse .nav li a {
padding: 10px 14px;
margin: 5px 10px;
font-size: 14px;
background: none;
clear: left;
}
.body-public .navbar-inverse .nav-collapse .nav li a:hover {
color: #F9A445 !important;
background-color: #065ab8 !important;
}
.body-public li.nav-level-1.current a,
.body-public li.nav-level-1.current a:hover {
background: #065ab8 !important;
color: #F9A445 !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 url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/menuDownToggle2.png) right 15px center no-repeat;
clear: left;
}
.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: #065ab8 url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/menuUpToggle.png) right 15px center no-repeat;
}
/* drop down in off canvas */
.body-public .open > .dropdown-menu {
position: relative;
background: transparent;
width: 250px;
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: #065ab873;
font-size: 13px !important;
width: 100%;
margin: 5px 0;
border: 1px solid #868585 !important;
padding: 5px 10px;
clear: both;
color: #fff;
}
.body-public .navbar-inverse .nav .dropdown-menu > li > a:hover {
color: #F9A445;
}
.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: #065ab8 url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/menuDownToggle2.png) right 15px center no-repeat;
color: #F9A445;
}
.body-public .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
background: #065ab8;
color: #F9A445;
}
/* 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: #F9A445 !important;
                            }
							div#myNavbar {
                            margin-left: 70px;
                            }
}
@media (max-width: 979px) {
                            .navbar-inverse .btn-navbar {
                            color: #fff;
                            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: #fff;
                            padding: 10px 15px;
                            font-size: 16px;
                            font-weight: normal;
                            margin: 0 20px;
                            background: rgba(4, 64, 131, 0.88);
							border-bottom: none !important;
                            }
	                        .navbar-inverse .nav-collapse .nav > li > a.moredown, .navbar-inverse .nav-collapse .dropdown-menu a.moredown {
	                        background: rgba(4, 64, 131, 0.88) url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/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: #F9A445 url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/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(4, 64, 131, 0.88) url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/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(4, 64, 131, 0.88)  url(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/menuUpToggle.png) right 15px center no-repeat;
                            }	
	                        .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
                            background: #F9A445;
							color: #fff;
                            }
	                        #myNavbar {
                            z-index: 11;
                            background: #065ab8;
	                        }
							.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: #F9A445;
                            }
							#header .logoLink img {
                            left: 50%;
                            transform: translateX(-50%);
							}
}
/* 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;
}

.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; 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-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;
	}
	#diaryTable.table {
    display: block;
    overflow-x: auto;
    }
}
@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;
    }
}
/*-----------------------------------------------------------------
                SCORECARD
-----------------------------------------------------------------*/

.scorecard {
        text-align: center;
        border: 1px solid #0063ac;
}
.scorecard td, .scorecard th {
        border: 1px solid #0063ac;
        text-align: center;
}
.scorecard th {
                 background: unset;
}

.White {
        background: #fff;
}
.Yellow {
        background: #ffff00;
}
.Red {
        background: #ff0000;
        color: #fff;
}
/* ////// ////////////////////////////// //////////////////////// //////////////////// ///////////////////// /////////// //////////////////// 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 #065ab8;
}
.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 #065ab8;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
padding: 20px 20px;
border: 2px solid #065ab8;
text-align: center;
}
#login h3 {
color: rgba(4, 64, 131, 0.88);
text-transform: uppercase;
margin-bottom: 30px;
}
#login .controls input.btn {
color: #065ab8;
border: 2px solid #065ab8;
}
#login .controls input.btn:hover {
color: #fff;	
}
/* ////////////////////// /////////////////// /////// NEWSBOX CMS HOMEPAGE //////////// ////////////// ///////  */
.newsbox a:link,
.newsbox a:visited,
.news-summary a.read-more:link,
.news-summary a.read-more:visited {
background: #065ab8;
color: #fff;
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(4, 64, 131, 0.88);
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
border-bottom: 1px dotted rgba(4, 64, 131, 0.88);
margin-bottom: 20px;
padding-bottom: 20px;
}
.body-public .news-item .media-heading {
color: rgba(4, 64, 131, 0.88);
}
.body-public p.news-date {
font-size: 12px;
}
.body-public .news-summary a.read-more {
background: #065ab8;
color: #fff;
font-family: 'Times New Roman';
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: 'Times New Roman' !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(https://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/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: 50px;
}
body.body-class-members.body-root-home.body-nav-current-1.php-index .footer {
margin-top: 0;
}
 /* 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.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: #F9A445;
border: none;
color: #fff;
}
/* ///////////// ////////////// //////////// 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;
}

 /* ///////////// GENERIC TABLES - DO SPECIFIC STYLES FRONT-END TO OVERRIDE THESE /////////// ///////////  */
thead {
background: rgba(4, 64, 131, 0.88);
color: #fff;
}
.table th {
font-weight: normal;
}
table thead a:link,
table thead a:visited {
color: #fff;
text-decoration: underline;
}
table thead a:hover {
color: #F9A445;
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 #065ab8 !important;
background: #065ab8;
color: #efefef;
}
.body-class-members .uploadTarget:hover {
background: rgba(4, 64, 131, 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(4, 64, 131, 0.88);
border-right: 1px solid #767676;
color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
color: 'Times New Roman' !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: 'Times New Roman';
}
.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 {
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://sgcma.designmode.intelligentgolf.co.uk/images/resources/sgcma/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: #065ab8;
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(4, 64, 131, 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: #F9A445;
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 {
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 .socialIcons em {
line-height: 10px;
padding: 14px 7px 8px 9px;
margin-top: 30px;
}
.php-ckeditor h3 {
border: none;
}
.php-ckeditor .socialIcons {
margin-top: 5px;
display: block;
float: none;
}
.php-ckeditor .footerCopyright {
display: none;
}
.php-ckeditor .blueLogoBox {
display: none;
}
.php-ckeditor .titleRow {
margin-bottom: 40px;
}
.php-ckeditor .homeBoxTwo .picBox {
margin-top: 0;
}
.php-ckeditor #homeBoxOne {
margin-top: 20px !important;	
}
.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-class-members.body-root-information .bigFooter.inPageContent {
display: none;
}
.body-class-members.body-root-information #homeBoxOne.inPageContent.innerPageContent {
margin-top: 0;
}
.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%;
}


/* anton styles */

.sliderHolder h1 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 56px;
  line-height: 60px;
  z-index: 10;
  color: white;
  margin: 0px auto;
  text-align: center;
  text-shadow: 1px 1px #000;
}

.body-public .jcarousel .news-wrapper {
  position: relative;
  width: 2000em;
  display: block;
  margin: 0px;
}

.body-public .jcarousel {
  width: 1070px;
  overflow: hidden;
  position: relative;
  height: auto;
}

.body-public .jcarousel .news-item {
    width: 1070px;
    float: left;
    padding: 0px 10px;
    list-style: none;
}

.jcarousel .media-body {
  position: relative;
}

.jcarousel .news-date {
  position: absolute;
  background: #065ab8;
  color: white;
  padding: 4px 10px;
  top: 0px;
  left: 0px;
  border-radius: 6px;
}

.jcarousel .media-heading {
  margin-left: 220px;
  margin-top: 6px;
  display: inline-block;
}

.jcarousel .news-summary {
  display: block;
  position: relative;
  font-size: 0px;
}

.jcarousel .news-summary br {
  display: none;
}

.jcarousel .news-summary > a {
  margin-left: 220px;
}

.home-news {
  position: relative;
}

.home-news .news-control {
  position: absolute;
  right: 0px;
  width: 70px;
  top: 30px;
  font-size: 24px;
}

.home-news .news-control .left {
  float: left;
}

.home-news .news-control .right {
  float: right;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .jcarousel {
    width: 840px;
  }
  .body-public .jcarousel .news-item {
    width: 840px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-public .jcarousel {
    width: 624px;
  }
  .body-public .jcarousel .news-item {
    width: 624px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .jcarousel {
    width: 460px;
    margin: 0px auto;
  }
  .body-public .jcarousel .news-item {
    width: 460px;
  }
  .jcarousel .media-heading {
    margin-left: 0px;
    margin-top: 50px;
    display: block;
    text-align: left;
  }
  .body-public .news-summary {
    text-align: left;
  }
  .home-news .news-control {
    top: -25px;
  }
  .sliderHolder h1 {
    top: 40%;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .body-public .jcarousel {
    width: 280px;
    margin: 0px auto;
  }
  .body-public .jcarousel .news-item {
    width: 280px;
  }
}

@media (min-width: 768px) {
  .body-class-board_of_directors .textBox table tr td:first-child {
    width: 28%;
  }
}

.body-public a.publicLogo {
  background: rgba(6,90,184,0.7);
  padding: 5px;
}

/* end anton styles */

.body-contentpage #global table tr td {
  	vertical-align: top;
}