/* andy styles */

/* ///////////// //////////////////// //////////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;
background: #051f29 url(/images/resources/aldeburghyachtclub/water_bg.jpg) top center no-repeat;
background-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Lora', serif;
letter-spacing: 1px;
color: rgba(0, 27, 36, 0.88);
font-weight: normal;
}
.inPageContent h1 {
font-size: 58px;
color: #ebd460;
letter-spacing: 3px;
padding-top: 0;
padding-bottom: 30px;
}
.inPageContent h2 {
color: #3d5f84;
}
.inPageContent.mainInnerContent h2 {
color: #ebd460;
font-size: 38px;
margin-bottom: 20px;
}
.inPageContent h3 {
color: #ebd460;
font-size: 32px;
letter-spacing: 2px;
line-height: normal;
margin-bottom: 10px;
margin-top: 50px;
}
.inPageContent h4 {
text-transform: uppercase;
font-family: 'Work Sans', sans-serif;
font-size: 16px;
color: #ebd460;
margin-bottom: 20px;
letter-spacing: 0.5px;
}
.inPageContent.mainInnerContent h4 {
font-size: 20px;
}
.inPageContent h5 {
font-size: 24px;
color: #093244;
margin-bottom: 30px;
font-family: 'Work Sans', sans-serif;
}
.inPageContent.mainInnerContent h5 {
font-size: 16px;
color: #ebd460;
margin-bottom: 10px;
}
a:link,
a:visited {
color: #3d5f82;
outline: 0;
text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
color: #ebd460;
outline: 0;
}
hr {
border-top: 1px solid #e1e1e1;
}
.mainInnerContent hr {
border-top: 1px solid #083040;
border-bottom: none;
margin-bottom: 40px;
}
/* TABLES */
.body-public .wysiwyg-editable table {
width: 100%;
}
.body-public .wysiwyg-editable table td {
border: 1px dotted #445d65;
padding: 5px;
text-align: center;
}
.inPageContent table th {
text-align: center;
font-weight: normal;
padding: 10px 0;
border: 1px solid #445d65;
}
.body-public thead {
background: rgb(9, 50, 68) !important;
}
.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: #093244;
font-size: 16px;
margin-top: 10px;
margin-bottom: 20px;
}
.body-public span.customFormRadioItem + br {
display: none;
}
.body-public form .customFormLine {
color: #fff;
text-transform: uppercase;
position: relative;
}
.body-public form input[type="submit"] {
background: #3d5f82;
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: #ebd460 !important;
color: #3d5f82;
border: none;
padding: 10px 20px;
margin: 20px 0;
font-family: 'Lora', 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: #093244 !important;
color: #fff;	
}
#globalwrap .map_popup a:hover {
color: #093244;
}
/* ////////////////// ///////////// // SUB MENU HORIZONTAL /////////////////// ////// */
.subMenu {
background: #093244;
text-align: center;
}
.subMenu ul {
margin: 0;
}
.body-public .menu-section h2 {
display: none;
}
.body-public .menu-section li {
list-style-type: none;
display: inline;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
}
.body-public .subMenu .menu-section li::after {
content: '-';
padding: 0 7px;
color: #fff;
}
.body-public .menu-section li:last-child:after {
display: none;
}
.body-public .subMenu .menu-section li a {
margin: 10px;
text-decoration: none !important;
display: inline-block;
color: #fff;
letter-spacing: 0.5px;
font-weight: normal;
}
.body-public .subMenu .menu-section li.current a,
.body-public .subMenu .menu-section li a:hover {
color: #ebd460;
}
/* ////////////// ///////////// /// 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: 'Lora', 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: 120px;
}
/* ANIMATIONS FOR CAPTIONS TO SLIGHTLY DELAY AND THEN SCROLL ARROW & TEXT TO SLIDE-UP AND ARROW HEARTBEAT */
.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;
}
/* ////////////// //////////// /// 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 .inPageContent .nivo-controlNav-Wrapper {
display: none !important;
}
.body-public .inPageContent .nivo-directionNav {
display: block !important;
}
.body-public .inPageContent .nivo-prevNav {
left: auto;
top: auto;
bottom: 30px;
right: 75px;
background: url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/arrowBack.jpg) center center no-repeat !important;
}
.body-public .inPageContent .nivo-nextNav {
left: auto;
top: auto;
bottom: 30px;
right: 40px;
background: url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/arrowForward.jpg) center center no-repeat !important;
}
.body-public .inPageContent .nivo-caption {
background: #ebd460 !important;
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
transform: translate(-50%,-50%);
width: auto;
text-align: center;
}
.body-public .inPageContent .nivo-caption h4 {
font-size: 18px;
line-height: 30px;
padding: 10px 20px;
margin: 0;
color: #093244 !important;
}

/* ///////// /////////////////////// / HOME PAGE STYLES //////////////// ////////////// ///   */
.inPageContent {
margin-top: 50px;
}
/* home main title */
.homeCentredTitle {
text-align: center;
color: #fff;
}
.homeCentredTitle h1,
.innerTitle h1 {
color: #ebd460;
font-size: 40px;
line-height: normal;
padding-bottom: 20px;
margin-bottom: 15px;
letter-spacing: 2px;
background: url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/squiggly.png) bottom center no-repeat;
}
.innerTitle h1 {
background: none;
padding-bottom: 0;	
}
/* home welcome box */
.homeWelcomeBox {
position: relative;
}
.welcomeTextBox {
padding: 40px;
background: #fff url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/wheel_bg.png) bottom right no-repeat;
background-size: 200px;
width: 50% !important;
position: absolute;
top: 25px;
right: 0;
}
.homeWelcomeBox a {
background: transparent;
color: #a5a5a5;
border-bottom: 1px dotted;
font-size: 12px !important;
padding: 0;
text-transform: uppercase;
margin-top: 5px;
letter-spacing: 2px;
display: inline-block;
}
.homeWelcomeBox a:hover {
color: #b6a240;
}
/* home thumbs */
.homeThumbs {
margin-top: 80px;
}
.homeThumbs a {
color: #ebd460;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
.homeThumbs a:hover {
color: #efefef;	
}
a.thumbLink {
margin-top: 6px;
}
/* ///////// ////////////////////////  HOME PAGE CAROUSEL ALL STYLES INC MEDIA QUERIES AND PHP EDITOR ///////////// /////////////// ////  /////////////// */
.andyCarousel {
margin-bottom: 0;
margin-top: 70px;
background: #fff;
padding: 50px 50px 20px 50px;
}
.andyCarousel .container {
max-width: 100%;
}
.andyCarousel .span12 {
width: 90%;
}
.well {
min-height: 20px;
padding: 0;
margin-bottom: 20px;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.carouselThumbHolder {
position: relative;
color: #fff;
}
.carouselThumbHolder .media a {
float: none;
margin-right: 0;
}
.carouselThumbHolder a.pull-left,
.homeThumbs a {
overflow: hidden;
display: block;
}
.carouselThumbHolder .img-polaroid,
.homeThumbs img {
padding: 0;
background-color: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
max-width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.carouselThumbHolder a.pull-left:hover .img-polaroid,
.homeThumbs a:hover img  {
-webkit-transform: scale(1.2);
transform: scale(1.2);
overflow: hidden;
}
.andyCarousel h2 {
color: #3d5f82;
border-right: 1px solid #c5c5c5;
display: inline-block;
margin: 0 25px 40px 0;
padding-right: 25px;
}
a.viewAllNews {
color: #9c9c9c;
}
.viewAllNews:hover {
color: #b6a240;
}
.andyCarousel p.news-summary br,
.andyCarousel .news-date {
display: none;
}
.body-public .andyCarousel .news-item {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
a.left.carousel-control {
display: none;
}
.carousel-control.right {
z-index: 10;
}
.carousel-control {
width: 50px;
height: 50px;
top: 70px;
margin-top: 0;
background: url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/carouselRightArrow.png) center center no-repeat;
border: none;
font-size: 0;
opacity: 1;
filter: alpha(opacity=100);
}
.carousel-control.right {
right: -75px;
}
/* //// MAX WIDTH 979 ///// //// */
@media (max-width: 979px) {
	
}
/* /// /////   768 - 979  ///// / /// */
@media (min-width: 768px) and (max-width: 979px) {
	 .andyCarousel {
     margin-top: 60px;
     }
}
/* /// /////   max 767 ///// / /// */
@media (max-width: 767px) {
    .andyCarousel .span12 {
    width: 100%;
    }
	.carousel-control.right {
    display: none;
	}
	.body-public .andyCarousel .news-item {
    margin-bottom: 30px;
    border-bottom: 1px dotted #efefef;
    }
}
/* /////////   480 - 767 ////////////////   */
@media (min-width: 480px) and (max-width: 767px) {
	.andyCarousel {
    padding: 50px 80px 20px 80px;
    }
}
/* /////////////////////  FOR PHP EDITOR CAROUSEL STYLES ///////////////////////////////  */
.php-ckeditor .andyCarousel {
margin-top: 20px;
border: 1px dotted #333;
padding: 20px 20px 20px 10px;
color: #fff;
max-width: 100% !important;
left: auto;
right: auto;
margin-left: auto;
margin-right: auto;
background: none;
color: #333;
border: none;
}
.php-ckeditor .andyCarousel .span12 {
margin-left: 0;
}
.php-ckeditor .carousel-inner > .item {
display: block;
padding: 0 30px 30px 10px;
}
.php-ckeditor .carousel-control.right {
display: none;
}
/* ///////// ////////////////////////  END OF HOME PAGE CAROUSEL ALL STYLES ///////////// /////////////// ////  /////////////// */
/* newsletter section home page */
.inPageContent.newsletterSection {
margin-top: 0;
background: #3d5f82;
text-align: center;
color: #fff;
}
.newsletterSection p {
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 30px;
}
#customform_1 fieldset#thankyou {
width: 540px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
position: relative;
}
#customform_1 label {
position: absolute;
top: 10px;
left: 10px;
color: #ababab;
}
#customform_1 .alert.alert-error + span label {
display: none;
}
#customform_1 .alert li {
list-style-type: none;
}
.alert-danger, .alert-error {
background-color: #6c1a26;
border: none;
color: #fff;
}
div#thankyou p {
margin: 10px;
background: #6c1a26;
padding: 10px;
display: inline-block;
}
.body-public #customform_1 #thankyou .customFormLine input {
height: 40px;
width: 410px;
margin-bottom: 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #efefef;
float: left;
border: none;
}
#customform_1 #thankyou #custom_1_submit {
margin-bottom: 1em;
width: 130px;
margin-top: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
float: left;
background-image: linear-gradient(to right, #6c1a26 50%, #822331 50%);
background-size: 200% 100%;
background-repeat: no-repeat;
background-position: bottom left;
overflow: hidden;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
#customform_1 #thankyou #custom_1_submit:hover {
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
background-position: bottom right;
}
#customform_1 #thankyou br {
display: none;
}
#customform_1 div#thankyou p {
background: #6c1a26;
padding: 10px;
display: inline-block;
margin-top: 30px;
}
.body-public .newsletterSection form .customFormLine {
position: initial;
}
/* media queries news subscribe only */
@media (max-width: 767px) {
             #customform_1 fieldset#thankyou {
             width: 280px;
             }
             .body-public #customform_1 #thankyou .customFormLine input {
             width: 280px;
             }
             #customform_1 #thankyou #custom_1_submit {
             margin-left: auto;
             margin-right: auto;
             margin-top: 0;
             float: none;
             }	
}
/* ////////////////   SPONSORS CAROUSEL //////////////////////////////////////  */
.sponsorsSection {
text-align: center;
}
.sponsorsSection .carousel-inner {
width: 90%;
margin: 40px auto;
text-align: center;
}
.sponsorsSection a.carousel-control {
display: inline-block;
color: #b1b1b1;
background: none !important;
font-size: 14px;
top: 58px;
text-align: left;
}
.sponsorsSection .carousel-control.right {
right: 0;
text-align: right;
}
/* //////// /////////////////// ///////////////////  INNER PAGES STYLES  ///////// ///////////// ////////////////// */
.mainInnerContent {
color: #fff;
margin-top: 20px;
}
.mainInnerContent b, .mainInnerContent a {
color: #ebd460;
}
.mainInnerContent a:hover {
color: #fff;
}
.mainInnerContent p {
font-size: 15px;
line-height: 28px;
}
.sidebar {
padding: 20px 20px 80px 20px;
background: #fff url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/wheel_bg.png) bottom right no-repeat;
background-size: 100px;
color: #333;
font-size: 14px;
}
.sidebar .menu-section ul {
margin: 0;	
}
.sidebar a {
color: #3f819e;
border-bottom: 1px dotted;	
}
.sidebar a:hover {
color: #b6a240;	
}
.sidebar .menu-section a {
background: url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/sidebarArrow.png) center left no-repeat;
background-size: 6px;
display: block;
padding: 10px 0 10px 20px;
color: #3d5f82;
letter-spacing: 1px;
border-bottom: none;
}
.sidebar .menu-section a:hover {
color: #b6a240;	
}
.inPageContent .sidebar h1 {
font-size: 32px;
letter-spacing: 1px;
padding-bottom: 0;
}
.inPageContent .sidebar h2 {
font-size: 28px;
letter-spacing: 1px;
padding-bottom: 0;
color: #093244;
}
.inPageContent .sidebar h3 {
font-size: 22px;
letter-spacing: 1px;
padding-bottom: 0;
color: #093244;
margin-top: 0;
}
.sidebar h4 {
color: #3f819e;
margin-top: 20px;
padding-top: 20px;
border-top: 1px dotted #efefef;
margin-bottom: 15px;
}
a.viewAllEvents {
text-transform: uppercase;
letter-spacing: 1px;
color: #3f819e;
border-bottom: 1px dotted;
font-size: 14px;
}
a.viewAllEvents:hover {
color: #b6a240;	
}
.sidebar .fancyDiary {
color: #333;
padding-bottom: 10px;
margin: 0;
list-style-type: none;
}
.sidebar .fancyDiary li {
margin-bottom: 10px;
font-size: 15px;
}
.sidebar .fancyMonth, 
.sidebar .fancyDay {
font-size: 13px;
display: inline-block;
}
.sidebar .fancyTime {
font-size: 13px;
}
.sidebar .fancyEvent {
text-transform: uppercase;
font-size: 14px;
color: #093244;
}

/* //////// /////////////////// ///////////////////  GOOGLE MAPS STYLES  ///////// ///////////// ////////////////// */
div#map_container {
width: 100% !important;
height: 550px !important;
color: #333;
}
#globalwrap .map_popup_form input[type=submit] {
background: #ebd460 !important;
transition: 0.7s;
}
#globalwrap .map_popup_form input[type=submit]:hover {
background: rgba(0, 27, 36, 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 #093244 !important;
}
#globalwrap .map_popup_form input[type=text] {
height: 35px !important;
}
.gm-style-iw-d {
padding: 0 5px !important;
}
.googleMapHolder .map_popup a {
color: #3d5f82;
}
.googleMapHolder .map_popup a:hover {
color: #b6a240;
}
/* ///////////////////// ////////  BIG FOOTER ///////////////////////////// //////////// ////// */
.addressFooter .container:before {
content: '';
display: block;
width: 52px;
height: 52px;
position: absolute;
top: -20px;
background: url(https://aldeburghyachtclub.designmode.intelligentgolf.co.uk/images/resources/aldeburghyachtclub/compass.png) center center no-repeat;
transform: translatex(-50%);
left: 50%;
}
.addressFooter {
text-align: center;
color: #fff;
line-height: 30px;
font-size: 14px;
}
.addressFooter .container {
background: #031016;
margin-top: 50px;
margin-bottom: 50px;
padding: 40px 20px;
}
.addressFooter h2 {
color: #ebd460;
font-family: 'Work Sans', sans-serif;
letter-spacing: normal;
}
span.footerSep {
margin: 0 7px;
}
span.footerSep.footerSepTwo {
margin: 0 2px;
}
p.footerCopyright {
border-top: 1px solid #272323;
margin-top: 10px;
padding-top: 10px;
margin: 10px 40px 5px 40px;
}
.addressFooter a {
color: #fff;
}
.addressFooter a:hover {
color: #ebd460;
}
.addressFooter a.emailLink {
color: #ebd460;
}
.addressFooter a.emailLink:hover {
color: #fff;
}
/*  //////////////////// ///// /// FRONT END FOOTER /////////////////////// /////// */
.footer {
background: #fff;
color: #093244;
line-height: 28px;
font-size: 14px;
height: 50px;
}
a.igLogo img {
width: 150px;
float: none;
}
/* 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: 10px;
left: 10px;
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: #093244;
border: none;
color: #fff;
}
div#thankyou p {
margin: 20px 0;
background: #093244;
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: 0;
-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(0, 27, 36, 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(0, 27, 36, 0.88);
border-color: rgba(0, 27, 36, 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;
min-height: 200px;
}
.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: #ebd460;
}
/* member only footer */
.footerCopyright.memberFooter.forceFullWidth {
padding: 10px 20px;
border-left: 20px solid #093244;
}
.body-public .footerCopyright.memberFooter {
display: none !important;
}

/* /////////////// //////////// // MEDIA QUERIES START ////////////////// /////////////////////// ////////////  */

/* /////////  MIN WIDTH 1200PX ///////////////   */
@media (min-width: 1200px) {
	
}
/* //////////  MAX 1199PX ///////////////// //  */
@media (max-width: 1199px) {
            .welcomeTextBox {
            background-size: 140px;  
			}
            .inPageContent .sidebar h6 a {
	        font-size: 14px;
	        }            
}
/* // ////////   768 - 1199 // /////  ///////   */
@media (min-width: 768px) and (max-width: 1199px) {   
            .welcomeTextBox {
            width: 40.42553191489362% !important;
            position: relative;
            top: 0;
            }   
}
/* ///////// /// 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;
		  }
}
/* /// /////   768 - 979  ///// / /// */
@media (min-width: 768px) and (max-width: 979px) {
	 .welcomeTextBox {
	 width: 40.05524861878453% !important;
	 }
     .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;
     }
}
/* //// MAX WIDTH 979 ///// //// */
@media (max-width: 979px) {
	li.menu-section-hole-10 a {
    clear: left;
    }
	.inPageContent	{
    padding: 0 20px;
	}
	.holeNavigationRow {
     width: 100%;
	 }
	.holeNavigation {
    text-align: center;
    }
}
/* //// ///// MIN WIDTH 980 ///// //// ///////  */
@media (min-width: 980px) {
	#globalwrap {
    padding-top: 0;
    }
	#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(0, 27, 36, 0.88);
    color: #ffffff;
    }
	.body-public .holeNavigation .menu-section li a:hover {
    color: rgba(0, 27, 36, 0.88);
    background: #ebd460;
    }
	.holeNavigation a:before {
	display: none;
	}
	.statContainer {
    margin: 10px;
    }
	iframe#ytplayer {
    width: 100%;
	}
	span.footerSep {
    display: block;
    font-size: 0;
    line-height: 0;
    }
	p.footerCopyright a {
    display: block;
    }
    .body-public .inPageContent .nivo-controlNav-Wrapper {
    display: none !important;
	}
	.body-public .inPageContent .nivo-prevNav {
	bottom: 5px;
	right: 45px;
	}
	.body-public .inPageContent .nivo-nextNav {
	bottom: 5px;
    right: 10px;	
	}
	.homeThumbs {
    text-align: center;
    }
	.homeThumbs .span4 {
    margin-bottom: 50px;
    }
	a.thumbLink {
    font-size: 18px;
    margin-top: 15px;
    }
	.sponsorsSection a.carousel-control {
    display: none;
	}
	.sponsorsSection a img {
    margin-bottom: 40px;
    }
	.welcomeTextBox {
	position: relative;
    width: 100% !important;	
	}
	.inPageContent {
    margin-top: 30px;
    }
	.inPageContent.sliderHolder {
    margin-top: 50px;
    }
	.homeThumbs {
    margin-top: 80px;
    }
	.andyCarousel {
    margin-top: 30px;
	}
	.homeCentredTitle h1,
    .innerTitle h1	{
    font-size: 30px;
	}
	.sidebar {
    margin-top: 50px;
	}
	.inPageContent.mainInnerContent {
    margin-top: 0;
    }
	.inPageContent.mainInnerContent h1 {
    font-size: 38px;
    line-height: normal;
	}
	.inPageContent.mainInnerContent h2 {
    font-size: 28px;
    }
	.inPageContent.mainInnerContent h3 {
    font-size: 24px;
    }
	.body-public .inPageContent .nivo-caption h4 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
    }
}

/* /////////   480 - 767 ////////////////   */
@media (min-width: 480px) and (max-width: 767px) {
     	  
}
/* //// MAX WIDTH 480 ///// ////  //// ///  */
@media (max-width: 480px) {
    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;
    }
	.subMenu {
	padding: 10px;
	}
	.body-public .subMenu .menu-section li a {
    margin: 10px;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
	}
	.andyCarousel h2 {
    margin: 0 10px 40px 0;
    padding-right: 10px;
    font-size: 18px;
   }
   #globalwrap .map_popup_form input[type=submit] {
    font-size: 12px;
    padding: 5px;
   }
}
/* 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;
  }
}


.body-public span.foundedText {
display: inline-block !important;
position: absolute;
color: #d6d6d6;
font-size: 12px;
top: 78px;
left: 50%;
transform: translate(-50%);
}

/* ///////  ///////////////////   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;
}
#close-icon i.fa.fa-times {
font-size: 28px;
}
div#header {
min-height: 60px;
}
#header .logoLink img {
width: 50px;
float: left;
margin-top: 5px;
margin-right: 20px;
position: absolute;
z-index: 99;
}
.body-public #header .logoLink img {
float: none;
margin-right: 0;
left: 50%;
transform: translatex(-50%);
width: 60px;
}
.navbar .nav {
margin: 0;
}
.navbar-inverse .navbar-inner {
background: #093244;
min-height: 60px;
}
.body-public .navbar-inverse .navbar-inner {
/*background: transparent;*/
padding-top: 10px;
}
.navbar-inverse .nav li a {
font-size: 14px;
text-shadow: none;
color: #fff;
padding: 20px;
text-decoration: none;
}
li.nav-level-1.current a,
li.nav-level-1.current a:hover {
background: rgba(0, 27, 36, 0.88);
}
.navbar-inverse .nav li a:hover {
color: #ebd460;
}
li.nav-level-1.nav-menu-login_page a,
#logoutbtn {
color: #ebd460;
}
.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(0, 27, 36, 0.88);
color: #fff;
}
.dropdown-menu {
margin: 0;
list-style: none;
background-color: rgba(0, 27, 36, 0.88);
border: none;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.75s linear;
-moz-transition: opacity 0.75s linear;
-o-transition: opacity 0.75s linear;
transition: opacity 0.75s linear;
}
.navbar .nav > li > .dropdown-menu:after {
border-bottom: 6px solid #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(0, 27, 36, 0.88);
background-image: none;
color: #ebd460;
}
/* 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: transparent;
z-index: 100;
width: 75px;
height: 60px;
color: #fff;
border: none;
padding: 10px;
text-transform: uppercase;
border-radius: 0;
}
#hamburger-icon .line {
display: block;
background: #fff;
height: 4px;
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: 15px;
width: 50%;
}
#hamburger-icon .line.line-2 {
top: 25px;
width: 50%;
}
#hamburger-icon .line.line-3 {
top: 35px;
width: 50%;
}
.menu-text {
position: absolute;
right: 18px;
bottom: 12px;
color: #fff;
font-size: 13px;
transition: all linear 0.2s;
}

#hamburger-icon.active .line-1 {
transform: translateY(10px) translateX(0) rotate(45deg);
-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
-moz-transform: translateY(10px) translateX(0) rotate(45deg);
width: 45%;
}
#hamburger-icon.active .line-2 {
opacity: 0;
}
#hamburger-icon.active .line-3 {
transform: translateY(-10px) translateX(0) rotate(-45deg);
-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
-moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
width: 45%;
}
/* MEDIA QUERIES NAVBAR */
@media (min-width: 980px)  {
	                        .body-public .navbar.navbar-inverse.navbar-fixed-top {
							-webkit-transition: all 0.90s ease;
                            -moz-transition: all 0.90s ease;
                            -o-transition: all 0.90s ease;
                            transition: all 0.90s ease;	
							}	
	                        .body-public .navbar.navbar-inverse.navbar-fixed-top.scrolled {
                            background: #093244;
                            padding-bottom: 20px;
                            }
							.body-public .scrolled .foundedText {
							display: none !important;
							}
	                        .body-public li.nav-level-1.current a, 
							.body-public li.nav-level-1.current a:hover {
                            background: transparent;
                            color: #ebd460;
                            }
							/*.body-public li.nav-level-1.nav-menu-news {
                            margin-left: 100px;
                            }*/
                            .menu-trigger {
                            display: none;
                            }
							.navbar-inverse .nav .dropdown-menu li.nav-level-2.current a {
                            color: #ebd460 !important;
                            }
							div#myNavbar {
                            margin-left: 70px;
                            }
							button.menu-trigger {
                            display: none !important;
                            }
}
@media (max-width: 979px) {
	                        #header .logoLink img {
                            width: 65px;
                            float: none;
                            margin-top: 0px;
                            margin-right: 20px;
                            position: absolute;
                            left: 50%;
                            transform: translatex(-50%);
                            z-index: 99;
                            }
                            .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: 70px;
	                        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(0, 27, 36, 0.88);
							border-bottom: none !important;
                            }
	                        .navbar-inverse .nav-collapse .nav > li > a.moredown, .navbar-inverse .nav-collapse .dropdown-menu a.moredown {
	                        background: rgba(0, 27, 36, 0.88) url(/images/resources/aldeburghyachtclub/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: #ebd460 url(/images/resources/aldeburghyachtclub/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(0, 27, 36, 0.88) url(/images/resources/aldeburghyachtclub/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(0, 27, 36, 0.88)  url(/images/resources/aldeburghyachtclub/menuUpToggle.png) right 15px center no-repeat;
                            }	
	                        .navbar-inverse .nav .dropdown-menu > li.nav-level-2.current > a {
                            background: #ebd460;
							color: #fff;
                            }
	                        #myNavbar {
                            z-index: 11;
                            background: #093244;
	                        }
							.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: #ebd460;
                            }
}
@media (min-width: 980px) and (max-width: 1199px) {
	                        .body-public div#myNavbar {
                            margin-left: 0;
                            }
							.body-public li.nav-level-1.nav-menu-news {
                            margin-left: 0;
							}
							/*li.nav-level-1.nav-menu-weather_and_webcams {
                            margin-left: 80px;
                            }*/
							.body-public .navbar-inverse .nav li a {
							padding: 20px 12px;
							}
}

/* ///////////////////////////////////  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-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;
	}
}
@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 #093244;
}
.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 #093244;
}
/* ///////////////////////////////// ///////////////  LOGIN PAGE ///////////////////////////////////// */
.body-loginpage #login {
padding: 20px 20px;
border: 2px solid #093244;
text-align: center;
}
#login h3 {
color: rgba(0, 27, 36, 0.88);
text-transform: uppercase;
margin-bottom: 30px;
}
#login .controls input.btn {
color: #093244;
}
#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: #093244;
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(0, 27, 36, 0.88);
}
/* ////////////////////// /////////////////// /////// NEWS PHP FRONT-END ////////////// ////////////// ///////  */
.body-public .news-item {
border-bottom: 1px dotted #3d5f82;
margin-bottom: 20px;
padding-bottom: 20px;
}
.body-public .news-item .media-heading {
color: #3d5f82;
font-size: 20px;
line-height: 28px;
margin-top: 15px;
}
.body-public p.news-date {
font-size: 12px;
}
.body-public .news-summary a.read-more {
background: transparent;
color: #a5a5a5;
border-bottom: 1px dotted;
font-size: 12px !important;
padding: 0;
text-transform: uppercase;
margin-top: 20px;
letter-spacing: 2px;
display: inline-block;
}
.body-public .news-summary a.read-more:hover {
color: #b6a240;
}
#taglist a span {
color: #3d5f82 !important;
text-decoration: underline;
}
/* ////////////////////////////// /////////////////////// //////////////////////////////// /////////////////////////// ////////////////////////// ///////////////////   MEMBERS PAGES BACKGROUNDS ETC ///////////////////// ////// ///////// ////////////////////// //////////////////////////////////////////// ///////////////////////////// //////////// */
.body-class-members,
body:not(.body-public) {
background: #051f29;
}
/* #container bg members and front-end system pages */
.body-class-members #container,
body:not(.body-public) #container,
.body-class-opens #container,
.php-login #container,
.body-loginpage #container,
.php-news #container,
.php-competition #container,
.php-teelogin #container,
.php-visitoropen #container,
.php-sagepay #container,
body[class^='body-class-setcoursestatus'] #container,
.body-class-visitorbooking #container {
background: url(/images/resources/aldeburghyachtclub/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: #ebd460;
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(0, 27, 36, 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: #ebd460;
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 #093244 !important;
background: #093244;
color: #efefef;
}
.body-class-members .uploadTarget:hover {
background: rgba(0, 27, 36, 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(0, 27, 36, 0.88);
border-right: 1px solid #767676;
color: #fff !important;
}
.body-class-members .breadcrumbsWrapper p.breadcrumbs a {
color: #3d5f82 !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: #3d5f82;
}
.body-class-members #globalwrap .adminWrapper div.tabsWrapper {
border-right: none;
}
.body-class-members button#saveButton,
.body-class-members .fancybutton {
background: #5e8848;
border: none;
color: #fff;
margin-top: 15px;
}
.body-class-members #globalwrap .adminWrapper fieldset .links {
background: none;
}
.body-class-members #globalwrap .adminWrapper .links a.fancybutton {
color: #fff;
}
.body-class-members #globalwrap .adminWrapper form fieldset h3 {
padding-bottom: 10px !important;
}
button.fff-icon.ui-button-icon-only {
background: #ffffff63;
}
.body-class-members .tabsWrapper .tabList a {
background: #333;
}
.body-class-members .tabsWrapper .tabList {
background: none;
}
.body-class-members .tabsWrapper .tabList li a span {
border-left: none;
border-top: none;
border-right: 1px solid #767676;
}
.body-class-members .tabsWrapper ul {
padding-left: 0;
}

/* ///////////////////////////////////////  //////////////////////////////////////////////////////// ////////////////////////// /////////// JUST TO TARGET FRONT END SYSTEM PAGES LIKE LOGIN.PHP, VISITORBOOKING.PHP RTC IN CASE OF MENU ETC BEING DIFFERENT ON THESE PAGES TO THE NORMAL PUBLIC WEBSITE PAGES ////////////////////////// //////////////////////// ///////////////////////////// ///////////////////// //////////////////////////// //// */

/* ///////////// ////////////  IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : navbar fixed top ////////////// /////////////  */
.body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top,
.navbar-fixed-top.scrolled  {

}
/* ///////////// ////////////  IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : container in navbar ////////////// /////////////  */
.body-class-opens .navbar-inner .container,
.php-login .navbar-inner .container,
.body-loginpage .navbar-inner .container,
.php-news .navbar-inner .container,
.php-competition .navbar-inner .container,
.php-teelogin .navbar-inner .container,
.php-visitoropen .navbar-inner .container,
.php-sagepay .navbar-inner .container,
body[class^='body-class-setcoursestatus'] .navbar-inner .container,
.body-class-visitorbooking .navbar-inner .container,
.scrolled .navbar-inner .container {

}
/* ///////////// ////////////  IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : logo ////////////// /////////////  */
.body-class-opens #header a.logoLink.publicLogo img,
.php-login #header a.logoLink.publicLogo img,
.body-loginpage #header a.logoLink.publicLogo img,
.php-news #header a.logoLink.publicLogo img,
.php-competition #header a.logoLink.publicLogo img,
.php-teelogin #header a.logoLink.publicLogo img,
.php-visitoropen #header a.logoLink.publicLogo img,
.php-sagepay #header a.logoLink.publicLogo img,
body[class^='body-class-setcoursestatus'] #header a.logoLink.publicLogo img,
.body-class-visitorbooking #header a.logoLink.publicLogo img,
#header .scrolled a.logoLink.publicLogo img {

}
/* ///////////////////// IF NEED TO TARGET UST FRONT END SYSTEM PAGES : menu trigger button //////// */
.body-class-opens .menu-trigger,
.php-login .menu-trigger,
.body-loginpage .menu-trigger,
.php-news .menu-trigger,
.php-competition .menu-trigger,
.php-teelogin .menu-trigger,
.php-visitoropen .menu-trigger,
.php-sagepay .menu-trigger,
body[class^='body-class-setcoursestatus'] .menu-trigger,
.body-class-visitorbooking .menu-trigger,
.scrolled .menu-trigger {

}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : myNavbar //////// */
.body-class-opens #myNavbar,
.php-login #myNavbar,
.body-loginpage #myNavbar,
.php-news #myNavbar,
.php-competition #myNavbar,
.php-teelogin #myNavbar,
.php-visitoropen #myNavbar,
.php-sagepay #myNavbar,
body[class^='body-class-setcoursestatus'] #myNavbar,
.body-class-visitorbooking #myNavbar,
.scrolled #myNavbar {

}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : menu trigger button //////// */
.body-class-opens a.bookTeeButton,
.php-login a.bookTeeButton,
.body-loginpage a.bookTeeButton,
.php-news a.bookTeeButton,
.php-competition a.bookTeeButton,
.php-teelogin a.bookTeeButton,
.php-visitoropen a.bookTeeButton,
.php-sagepay a.bookTeeButton,
body[class^='body-class-setcoursestatus'] a.bookTeeButton,
.body-class-visitorbooking a.bookTeeButton,
.scrolled a.bookTeeButton  {

}
/* ///////////////////// IF NEED TO TARGET JUST FRONT END SYSTEM PAGES : globalwrap //////// */
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {

}
/* //////////////////////// // member page information menu in backend ////////////// //// */
.body-class-members.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(/images/resources/aldeburghyachtclub/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: #093244;
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(0, 27, 36, 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: #ebd460;
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 .andyCarousel {
margin-top: 20px;
border: 1px dotted #333;
padding: 20px;
max-width: 100% !important;
left: auto;
right: auto;
margin-left: auto;
margin-right: auto;
background: none;
color: #333;
}
.php-ckeditor .carouselThumbHolder {
color: #fff;
background: #093244;
padding: 10px;
height: 200px;
}
.php-ckeditor div#myCarouselTwo {
background: #333;
padding: 20px;
}
.php-ckeditor div#myCarouselTwo .carousel-inner {
padding-top: 20px;
}
.php-ckeditor .inPageContent h3 {
margin-top: 0;
}
.php-ckeditor .sponsorsSection a.carousel-control {
display: none !important;
}
.php-ckeditor .andyCarousel .row {   
width: 100%;
margin: 0 auto;
}
.php-ckeditor .socialIcons em {
line-height: 10px;
padding: 14px 7px 8px 9px;
margin-top: 30px;
}
.php-ckeditor h3 {
border: none;
}
.php-ckeditor .homeThumbs a {
color: #000 !important;
}
.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: 0;
left: 0;
right: 0;
background: none;
margin-right: auto;
max-width: 100%;
}
/*.body-class-members .mainInnerContent p {
color: #333;
}*/
.body-class-members .inPageContent .sidebar h2 {
display: none;
}
.body-class-members .sidebar .menu-section ul {
list-style-type: none;
}
/*.body-class-members .inPageContent .span9 a {
color: #b6a240 !important;
border-bottom: 1px dotted;
}*/
/*.php-news a.read-more {
color: #1b416f !important;
}*/

/* end andy styles */

/* anton styles */

#diaryTable.table {
  display: table;
}

@media (min-width: 1200px) {
  div#myNavbar {
    margin-left: 52px;
  }
}

.mainInnerContent .sidebar li.current > a {
  color: #b6a240;
}

.accordion-one, .accordion-two, .accordion-three, .accordion-four, .accordion-five, .accordion-six, .accordion-severn, .accordion-eight, .accordion-nine, .accordion-ten, .accordion-eleven {
  display: none;
  padding: 20px 0px;
}

.mainInnerContent .span9 > div[id*="accordion-toggle"]::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-top: -55px;
  float: right;
  color: #ebd460;
  font-size: 34px;
}

.mainInnerContent .span9 > div[id*="accordion-toggle"].open::after {
  content: '\f106';
}

.mainInnerContent .span9 > div[id*="accordion-toggle"]:hover {
  cursor: pointer;
}

.body-public .gotSidebar .news-item .media-heading {
  color: #ebd460;
}

.body-public .gotSidebar .news-summary a.read-more {
  margin: 0px;
}

@media (min-width: 1200px) {
  .body-public .nav > li:nth-child(7) {
    margin-left: 65px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.php-login li.nav-level-1.nav-menu-weather_and_webcams {
    margin-left: 0px;
  }
  .body-class-members.php-login .navbar-inverse .nav li a {
    padding: 20px 12px;
  }
  .body-public .nav > li:nth-child(1) {
    margin-left: 11px;
  }
  .body-public .nav > li:nth-child(7) {
    margin-left: 100px;
  }
}

.php-weatherfg.body-public #container, .php-cookie-usage #container {
  background: url(/images/resources/aldeburghyachtclub/admin_bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.php-weatherfg #globalwrap, .php-cookie-usage #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);
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-classes_we_sail .inPageContent.mainInnerContent h2 {
    font-size: 22px;
  }
}

.body-public .newsletterSection form .customFormLine{
  position: static;
}

.php-ckeditor .accordion-one {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-two {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-three {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-four {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-five {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-six {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-severn {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-eight {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-nine {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-ten {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .accordion-eleven {
  display: block;
  padding: 20px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 1px dashed #000;
}

.php-ckeditor .mainInnerContent .span9 > div[id*="accordion-toggle"]::after {
  content: '';
}

.white-bg {
  background: white;
  padding: 40px;
  margin-top: 50px;
}

.white-bg .news-summary br {
  display: none;
}

.body-public .white-bg .news-summary .read-more {
  margin: 0px;
}

.body-public .white-bg .news-item {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.body-public .white-bg .news-item .media-heading {
  margin-top: 5px;
}

.white-bg .fancyDiary {
color: #333;
padding-bottom: 10px;
margin: 0;
list-style-type: none;
}
.white-bg .fancyDiary li {
margin-bottom: 10px;
font-size: 15px;
}
.white-bg .fancyMonth, 
.white-bg .fancyDay {
font-size: 13px;
display: inline-block;
}
.white-bg .fancyTime {
font-size: 13px;
}
.white-bg .fancyEvent {
text-transform: uppercase;
font-size: 14px;
color: #093244;
}

@media (min-width: 0px) and (max-width: 767px) {
  .white-bg {
    padding: 40px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .home-tides {
    padding: 20px 0px;
  }
}

.addressFooter h3 {
  color: #ebd460;
  margin: 15px 0px;
}

.footer-social {
  padding-bottom: 10px;
}

.footer-social a {
  display: inline-block;
  margin-right: 8px;
  width: 48px;
  line-height: 48px;
  border: 2px solid #ebd460;
  color: #ebd460;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  box-sizing: initial;
}

.footer-social a:hover {
  color: #fff;
  border-color: #fff;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .home-tides iframe {
    width: 100% !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  [class*="php-"] #globalwrap{
    overflow-x: scroll;
  }
}

.body-class-tides .inPageContent .span9.wysiwyg-editable > div {
  width: 280px !important;
  padding-right: 5px;
}

@media (min-width: 980px) {
  .body-class-tides .inPageContent .span9.wysiwyg-editable > div {
    width: 50% !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .navbar-inverse .nav li a {
    font-size: 13px;
  }
  .body-public .navbar-inverse .nav > li:first-child {
    margin-left: 22px;
  } 
}

.body-public.body-contentpage #global, .body-public.body-contentpage #global h3 {
  color: #fff;
}

.resultsWrap iframe {
  width: 100%;
}

.php-index.body-class-members #globalwrap {
  background: transparent;
  padding: 0px;
}

/* default sports */

#member-frontpage-grid > article {
  background: #fff;
  border: 2px solid #093244;
  padding: 10px;
}

#member-frontpage-grid > article a.btn {
  color: #fff;
}

/*.fp-welcome, .fp-article, .fp-membershiplinks, .fp-message {
  
}*/

.fp-welcome h1 {
  text-align: center;
  color: #093244;
  margin: 20px 0px;
}

.fp-membershiplinks h1 {
  margin: 0px 0px 20px;
  font-size: 32px;
  line-height: 42px;
}

.fp-membershiplinks a.btn {
  background: #093244;
  color: #fff;
  text-shadow: none;
}

.fp-membershiplinks a.btn:hover {
  background: #000;
  color: #DBB21C;
}

.fp-message h3 {
  margin-top: 0px
}

.fp-article h1 {
  margin: 0px 0px 25px;
  font-size: 32px;
  line-height: 42px;
}

.fp-article a h1 {
  color: #093244;
}

.fp-article img {
  max-width: 556px;
  width: 100%;
}

.fp-article p {
  line-height: 28px;
}

.php-prefs #globalwrap #global > h3:nth-of-type(2) {
  display: none;
}

.php-prefs #globalwrap #global > p:nth-of-type(4) {
  display: none;
}

.php-prefs #globalwrap #global > p:nth-of-type(5) {
  display: none;
}

.php-prefs #globalwrap #global > p:nth-of-type(6) {
  display: none;
}

.php-forum a.btn, .php-forum button.btn  {
  color: #fff;
  background: #093244;
  text-shadow: none;
}

.php-forum a.btn:hover, .php-forum button.btn:hover {
  color: #ebd460;
}

.php-forum .well {
  border-radius: 4px;
  padding: 20px;
}

.php-forum .sidebar {
  background-image: none;
  padding: 0px;
}

.php-forum .sidebar h4 {
  margin-top: 0px;
  padding-top: 0px;
  color: #333;
}

.php-diary .diaryFilter {
  display: none;
}

.home-tides #tidewidget:last-of-type, .mainInnerContent #tidewidget:last-of-type {
  display: none;
}

.mainInnerContent #tidewidget td {
  color: #333;
}

.home-tides #tidewidget thead th, .mainInnerContent #tidewidget thead th {
  color: #fff !important;
}

.body-class-members.body-contentpage #globalwrap {
  background: #051f29 top center no-repeat;
  background-size: 100%;
}

/* end anton styles */

.resultsWrap {
  background:#3d5f82;
  padding-top:20px;
}

.body-public .diarytag-filter, .body-public .diary-left-nav {
 display:none;
}

.home-events h5 {
  display:none;
}

.body-public .body-inner .sidebar a.viewAllEvents  {
  display:none;
}

.body-public .sponsorsSection {
  display:none;
}

.php-myeposaccount .ui-widget-content a {
  color:#3d5f82;
  text-decoration:underline!important;
}

.php-myeposaccount .ui-widget-content a::after {
	content: "\25BC"; 
}

.php-forum .btn-container-forum {
  display:none;
}

.body-contentpage #global > #tidewidget:first-of-type {
  display:none;
}

.home-tides > #tidewidget:first-of-type {
  display:none;
}