/*
Theme Name: Kooindah
Design Studio:MiClub http://www.miclub.com.au/
Version:"2014"
Author:MiClub
Author URI:http://www.miclub.com.au/
*/


/*-------------------------------------------------------------------------------------------*/
/*- STANDARD CLASSES ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html {
	height: 100%!important;
	background: #F3F2DE;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
}

.in1440{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: none ;
	clear: both;
	max-width: 1440px;	
}

table{
	max-width: 100%;	
}
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header {
	background: #F3F2DE;
	color: #fff;
	width: 100%;
	float: left;
}

#header-right { display: none; }
.logo {
	margin: 10px auto;
	width: 300px;
	display: block;
	text-align: center;
}
#head-promo { float: right; }
#head-links {
	font-size: .9em;
	width: auto;
	margin: 0 10px;
	padding-top: 20px;
}
#head-links a {
	float: right;
	color: #fff;
	display: block;
	background: #2B3553;
	padding: 5px 10px;
	text-align: center;
	width: auto;
	white-space: nowrap;
	margin: 0 14px;
	text-transform: uppercase;
}
#head-links a:hover, #head-promo a:hover {
	background: #ccc;
	color: #282423;
}

#header #header-left{
	margin: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;	
	height: 270px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: left;
}
#header-left, #header .rsMinW .rsBullets{
	z-index: 999999999;
}
#header .logo{
	margin: 0px;
	max-width: 360px;
}
#social-media {
	width: auto;
	text-align: right;
	float: right;
	padding: 20px 0;
}
#social-media img {
	margin-right: 10px;
	float: left;
}
#nav {
	padding: 0;
	color: #333;
	background: rgb(243, 242, 222);
	margin: 0 auto;
}
#main-content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	clear: both;
	max-width: 1440px;
}
#main-content-product {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	clear: both;
	padding-top: 30px;
}
#main-content-product h1{
	border-top: 0;	
	padding: 0 20px;
}
#footerWrapper {
	width: 100%;
	background: #282423;
	color: #D8D8D8;
	clear: both;
	float: left;
}

.socialFooterIcon img{
		float: left;
}
#footer {
	padding: 20px 0;
	max-width: 90%;
	padding: 20px 5%;
	margin: 0 auto;
	background: #F3F2DE;
}
#footer p {
	float: left;
	color: #000;
	margin: 0 10px;
}
#footer span {
	float: left;
	margin: 0;
	line-height: 1.8em;
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
}
#footer a {
	color: #145D95;
	white-space: nowrap;
}
#footer a img{
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
#footer a:hover { color: #000; }
#footcol-1 {
	width: 31%;
	float: left;
	background: url(images/s.png) no-repeat top left;
}
#footcol-2 {
	width: 20%;
	float: left;
}
#footcol-3 {
	width: 44%;
	float: right;
}
#footer .miclub { float: right; }
#footer .social {
	margin-top: 12px;
	float: right;
}
#footer .contactus + span { display: none; }
.copyright {
	color: #333;
	font-size: .8em;
	width: 96%;
	padding: 4px 2%;
	margin-top: 4px;
	border-top: 1px solid #D8D8D8;
	background: #fff;
	float: left;
}

#footerWrapper .copyright a{
	display: block;
	float: right;
	margin: 0 5px;	
	color: #111;
}
/* Clearfix */
.clear:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------*/
/*- FRONT PAGE ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.page-id-26 #new-royalslider-8 {
  display: none;
}

/*---------------- IMAGE LINK COLUMNS ------------------*/
.homeSlider {
	max-width: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#footerWrapper a {
	color: #fff;
	text-decoration: none;
}
#footerWrapper .banner {
	height: auto;
	width: 100%;
	padding: 20px 30px;
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index:100;
	position: relative;
	float: left;
	display: block;
	background: #282423;
	}
#footerWrapper img.logo {
	width: 90%;
	max-width: 300px;
}

#footerWrapper img.logoOwner {
	width: 43%;
	margin: 10px 1%;
	max-width: 120px;
}

#footerWrapper .menu {
	font-size: 27px;
	margin: 55px 0 0;
}

#footerWrapper .menu a { line-height: 40px; }
#footerWrapper .menu a:hover { color: #145D95; }
#footerWrapper .menu .divider {
	margin: 0 10px -5px;
	display: inline-block;
	overflow: hidden;
	font-family: "Times New Roman", serif;
}
#footerWrapper .details {
	font-size: 13px;
	margin: 19px 0 0;
}
#footerWrapper .details strong:first-child { font-weight: normal; }
#footerWrapper .details a { border-bottom: 1px dotted #bbb; }
#footerWrapper .details a:hover { border-bottom: 1px dotted #145D95; }
#footerWrapper .details .divider { margin: 0 5px; }
#footerWrapper .details br { display: none; }

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1120px) {

}


.frontFeature h2 {     
  color: #FFF;
  margin-bottom:10px;   
}

.frontFeature .news-text p {
  line-height: 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* PAGE LAYOUT -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#right-column {
	float: right;
	width: 71%;
	padding: 2% 3% 2% 0;
	background: #fff;
}
#left-column {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 2%;
	border-top: 6px solid #145D95;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sideImage img { width: 100%; }
.sidemenu { margin-bottom: 20px; }
#left-column h3 {
	margin: 0 0 10px;
	padding: 10px 5px;
}
#fullContent {
	background: #fff;
	padding: 1% 2%;
}
#pageContent {
	margin: 0;
	padding: 2px 20px;
}


#sideImage {
	width: 100%;
	max-height: 193px;
	max-width: 304px
}
/*-------------------------------------------------------------------------------------------*/
/*- MENU ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* Menu Toggle */

ul#nav {
	padding: 0;
	margin: 0 auto;
	font-family: 'Optima LT W01 Bold', Helvetica, Arial, sans-serif !important;
	display: table;
}
ul#nav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border-left: none;
	list-style-type: none;
	z-index: 100;
}
ul#nav li a {
	display: block;
	padding: 0 36px;
	line-height: 43px;
	font-weight: normal;
	font-size: 16px;
	border-bottom: none;
	color: #333;
	letter-spacing: .1em;
	white-space: nowrap;
}
ul#nav li a:hover {
	background: #7D7F7C;
	color: #fff;
	transition: background 300ms ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
 ul#nav li#menu-item-1206:hover > ul , ul#nav li#menu-item-1210:hover > ul { display: block; position: absolute; }


ul#nav li#menu-item-1210:hover > ul li a,
ul#nav li#menu-item-1206:hover > ul li a
{ display: block;  }
/* Underline if current item */
ul#nav li.current-menu-item a span, ul#nav li.current_page_parent a span { border-bottom: 2px solid #7D7F7C; }
ul#nav li.current_page_parent a span /* Scoring between items */
ul#nav li .left, ul#nav li .right {
	position: absolute;
	top: 0;
	height: 43px;
	width: 1px;
}
ul#nav li .left {
	left: 0;
	background: url(images/menuDivider.png) -1px 50% no-repeat;
}
ul#nav li .right {
	right: 0;
	background: url(images/menuDivider.png) 0 50% no-repeat;
}
ul#nav li:first-child .left, ul#nav li:last-child .right { display: none; }
ul#nav .sub-menu li .left, ul#nav .sub-menu li .right { display: none; }
/* Add space before first item */
ul#nav > li:first-child { }

li#menu-item-1210:hover ul.sub-menu li a,
li#menu-item-1206:hover ul.sub-menu li a{
	display: block;	
}
/* Dropdowns */

ul#nav ul.sub-menu li a {
	display: none;
	padding: 0 5px;
}
ul#nav ul.sub-menu li:last-child { border-bottom: none; }
ul#nav ul.sub-menu ul {
	left: 220px;
	top: 0;
}
ul#nav li:last-child ul.sub-menu ul {
	left: auto;
	right: 162px;
	top: 0;
}
ul#nav ul.sub-menu li {
	width: 100%;
	border: none;
	padding: 0;
	background: #fff;
}
ul#nav ul.sub-menu li a:hover {
	background: #efefef;
	color: #FFF;
}
ul#nav ul.sub-menu li a span {
	background: none;
	color: #444;
	border-bottom: none;
}
ul#nav ul.sub-menu li.current_page_parent a, ul#nav ul.sub-menu li.current_page_parent a:hover, ul#nav ul.sub-menu .current_page_item a, ul#nav ul.sub-menu .current_page_item a:hover {
	background: #090;
	border-bottom: none;
}
ul#nav #menu-item-550 ul.sub-menu, ul#nav #menu-item-593 ul.sub-menu { }
/* Menu Toggle */
#menu-toggle strong { display: none; width: 96%; }

.toggled-on li#menu-item-1210:hover ul.sub-menu li a,
.toggled-on li#menu-item-1206:hover ul.sub-menu li a{
	background: #000;
	color: #fff;
	display: block;
}

.toggled-on li#menu-item-1210:hover ul.sub-menu li a span,
.toggled-on li#menu-item-1206:hover ul.sub-menu li a span{
	color: #fff;	
}

.toggled-on ul#nav li:hover > ul {
    background: #000;
    width: 98%;
	}
/*-------------------------------------------------------------------------------------------*/
/*- SIDE NAVIGATION -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#sideNav { }
#sideNav, #sideNav ul, #sideNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#togglelinks ul, #panels { padding: 0; }
#togglelinks ul li { display: inline-block; }
#togglelinks ul li a {
	color: #FFF;
	margin: 15px 10px 0px 0;
	background: #303030;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
}
.info-panel { display: none; }
.info-panel h2 { clear: both; }
#togglelinks ul li a:hover { background: url(images/nav-button-bg.png) #333 top left repeat-x; }
#togglelinks .open { background: #333; }
/* Second Tier */
#sideNav ul li:first-child { border-top: 0; }
#sideNav ul li a {
	color: #303030;
	display: block;
	line-height: 20px;
	padding: 12px 10px;
	border-bottom: none;
}
#sideNav ul li a:hover {
	background-color: #303030;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sideNav ul li.current_page_item a {
	font-weight: bold;
	background: #eee;
}
#sideNav ul li.current_page_item a:hover {
	background-color: #303030;
	color: #fff;
}
/* Third Tier */
#sideNav ul ul {
	margin: 0 0 -1px 0;
	padding: 0 0 10px 0;
}
#sideNav ul ul li {
	border-bottom: 0;
	padding: 0 0 3px 20px;
}
#sideNav ul ul li:first-child { border-top: 0; }
#sideNav ul ul li a {
	padding: 7px 0 6px 20px!important;
	font-size: 1em;
}
/* Show Third Tier */
#sideNav ul li:hover ul { display: block; }
#sideNav ul li.current-page-ancestor ul { display: block; }
/*-------------------------------------------------------------------------------------------*/
/*- COURSE TOUR -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#new-royalslider-2.rsMinW .rsFullscreenIcn{
	background: #000 url("/cms/wp-content/plugins/new-royalslider/lib/royalslider/skins/minimal-white/rs-minimal-white.png") repeat scroll 0px 0px;
}


.single-course img.wp-post-image { width: 100%; }
.single-course #right-column h3 { font-size: 1.4em; }
.holeinfoTbl {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
.holeinfoTbl th {
	border-bottom: 1px solid #f0edeb;
	padding: 4px 10px;
	color: #555;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
}
.holeinfoTbl td {
	border-bottom: 1px solid #f0edeb;
	padding: 4px 10px;
	color: #555;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
}
.holeinfoTbl tr th:first-child, .holeinfoTbl tr td:first-child {
	text-align: left;
	width: 40px;
}
#right-column .holeinfoTbl {
	margin: 10px 0;
	width: 100%;
}
/* Course Tour Navigation */
.page-template-page-course-php #pageContent, .single-course #pageContent{
	padding-top: 0;	
}

#holes {
	width: 100%;
	margin: 10px auto;
	display: block;
}
#holes li {
	margin: 3px 0 0 3px;
	padding: 0;
	float: left;
	list-style-type: none;
}
#holes li:first-child { margin: 3px 0 0 0px; }
#holes a {
	display: block;
	border: 1px solid #ddd;
	width: 22px;
	padding: 2px 4px;
	color: #555;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
#holes a:hover {
	text-decoration: underline;
	background: #f0edeb;
}
#holes .current a {
	background: #444;
	color: #fff;
}
#holes .prev a, #holes .next a {
	font-size: 1.2em;
	font-weight: normal;
	border: none;
	padding: 3px;
}
#holes .prev a:hover, #holes .next a:hover { background: none; }
#holes .nolink {
	color: #aaa;
	width: 22px;
	padding: 3px;
	font-size: 1.2em;
	display: block;
	text-align: center;
	cursor: default;
}
/* Previous and Next (bottom) */
#prev-next {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}
#prev-next a, #prev-next .nolink {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #bbb;
	line-height: 22px;
	padding: 0 7px;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
}
#prev-next .prev { float: left; }
#prev-next .next { float: right; }
#prev-next .overview {
	float: left;
	margin-left: 20px;
}
#prev-next .nolink {
	cursor: default;
	color: #ccc;
}
#prev-next a, #prev-next a:hover { border: none; }


/* Overview royal slider */
#new-royalslider-2 .rsImg.rsMainSlideImage{
	width: 100%;	
}

body #new-royalslider-2.rsMinW .rsSlide, body #new-royalslider-2.rsUni,body #new-royalslider-2.rsUni .rsOverflow,body #new-royalslider-2.rsUni .rsSlide,body #new-royalslider-2.rsUni .rsVideoFrameHolder,body #new-royalslider-2.rsUni .rsThumbs{
	background: #fff;	
}

/*-------------------------------------------------------------------------------------------*/
/*- Business Listings -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.sidemenu-bl { }
.sidemenu-bl h3 { border-bottom: 3px solid #ddd!important; }
.business-single { padding: 20px 3%; }
.business-single h3 {
	padding-top: 0;
	border-bottom: 2px solid #ddd!important;
}
.business-single table { margin-top: 0!important; }
.business-single table td { vertical-align: top; }
.business-single ul li { margin: 0; }
.bl-entry {
	width: 56%;
	float: left;
}
.bl-contact-details {
	width: 37.5%;
	float: right;
	border-left: 1px dotted #ccc;
	padding-left: 2.5%;
}
.bl-contact-details h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
}
.bl-logo {
	margin: 0 0 15px;
	display: block;
}
.bl-logo img {
	width: 60%;
	float: right;
}
.business-single {
	margin: 0 0 20px 0;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	overflow: hidden;
}
.widget_body ul {
	border-top: 3px solid #090!important;
	border-bottom: 3px solid #090!important;
	padding: 0 0 0 10px;
}
.widget_body .menu { padding: 0px 15px; }
.widget_body, .widget_body p, .widget_body li {
	font-size: 1em;
	line-height: 170%;
}
.widget_body li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
.widget_body li a:before { padding-right: 10px; }
.widget_body ul ul ul li { padding-left: 30px; }
.widget_body .current_page_item { font-weight: bold; }
/*-------------------------------------------------------------------------------------------*/
/*- GOOGLE MAP ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#map {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 16px 0;
}
#map + p { }
#map a, #map a:hover { border: none; }
/*-------------------------------------------------------------------------------------------*/
/*- WORDPRESS (NEWS) STYLES -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.content-wp { min-width: 100%; }
.post-meta {
	margin: 0 0 10px 0;
	padding: 0 0 16px 0;
}
.post-meta h1 { }
.post-meta h1 span { color: #777; }
.post-meta h1 a, .post-meta h2 a { }
.post_data p {
	font-size: 0.9em;
	color: #444;
	margin: 20px 0;
	font-family: 'Optima LT W01 Italic', Helvetica, Arial, sans-serif;
}
.post-data a { }
.post-data span {
	color: #999;
	margin: 0 2px;
}
.post-content {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.archive .post-content{ width: 70%;}
.tfe.wp-post-image {
	border: 2px solid #eee;
	float: right;
	margin: 0 0 20px 30px;
	width: 30%;
	height: auto;
	display: none;
}
.default-img {
	padding: 2px;
	border: none;
}
.read_more_link {
	display: table;
	margin-top: 1.3em;
}
#back {
	margin-top: 0;
	margin-top: 1.3em;
}
/* Archive Page style */
.news-item {
	padding: 20px;
	border-top: 1px dotted #e7e7e7;
	overflow: hidden;
}
.content-wp h1+.news-item { border-top: 0; }
.content-wp .post-meta {
	border: 0;
	margin: 0 0 13px 0;
	padding: 0;
}
.content-wp .post-meta h2 {
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	width: 100%;
}
.content-wp .post-meta h2 a { }
.content-wp .wp-post-image {
	float: right;
	margin: 10px 20px 10px 10px;
	width: 25%;
}
.content-wp .post-content { }
.thumbnail { background: url("images/thumb.png")!important; }
.nextpostslink { float: right; }
.previouspostslink { float: left; }
/* Sidebar News style */
.sidebar-news { }
.sidebar-news h3 { margin: 0 0 16px 4px; }
.sidebar-news ul {
	margin-bottom: 36px;
	clear: both;
}
.sidebar-news li:first-child { border-top: 0; }
.sidebar-news li {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.sidebar-news ul#archive-list li { margin-bottom: 14px; }
.sidebar-news .date {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}
#add-new {
	text-align: center;
	width: 50%;
	display: block;
	margin: 0 auto 25px auto;
}
#add-new a {
	border: 1px solid #777;
	background: #555;
	color: #fff;
	padding: 0 10px;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	text-align: center;
}
#add-new a:hover {
	background: #555 url(images/add-button.gif) 0 -28px repeat-x;
	text-decoration: none;
	border-color: #333 #555 #777 #555;
}
/* --- WordPress Gallery --- */ 




/*-------------------------------------------------------------------------------------------*/
/*- GALLERY STYLE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#main-content .slideshowlink { display: none; }
.gallery {
	margin: auto;
	clear: both;
	width: 100%;
	overflow: hidden;
}
.gallery .gallery-item {
	float: left;
	margin: 10px 5px;
	text-align: center;
}
.gallery img {
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	margin: 0 12px 18px 0;
	padding: 6px;
	position: relative;
	outline: none;
	box-shadow: 0 0 4px #999;
}
.gallery .gallery-caption { margin-left: 0; }
/* No Pagination */
#left-column .ngg-navigation, #right-column .ngg-navigation { display: none!important; }
/*-------------------------------------------------------------------------------------------*/
/*- CALENDAR STYLE --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#main-content .eo-fullcalendar { clear: both; }
.ui-tooltip-content { line-height: 1.5em; }
#main-content .fc-event-time { display: block; }
#main-content .fc-event-title {
	line-height: 1.3em;
	padding: 0 0 5px 2px;
	display: block;
}
#main-content .eo-agenda-widget ul.dates { padding: 0; }
#main-content .eo-agenda-widget li.event {
	font-size: 1em;
	opacity: 1;
	background: #f1f1f1;
	color: #656565;
	padding: 5px 0 5px 12px;
}
#main-content .eo-agenda-widget li.event:hover {
	background: #ececec;
	color: #333;
}
#main-content .eo-agenda-widget li.event strong { display: block; }
#main-content .widget_events .widget-title { }
.single-event .post-content { width: 100%; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.4em!important; }
#right-column .widget_events { margin-bottom: 15px; }
/* Arrows */
.fc-button-content .fc-icon-wrap { top: 2%!important; }
.ui-icon-circle-triangle-w { background-position: -96px -16px!important; }
.ui-icon-circle-triangle-e { background-position: -32px -16px!important; }
/* what's on */
.events-listing h2 { }
.events-listing .eo-events {
	clear: both;
	padding: 0;
}
.events-listing .eo-events li {
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}
.events-listing .eo-events h3 {
	margin: 0 0 7px 0;
	padding: 2px 0 0 0;
	font-size: 17px;
	line-height: 1.1em;
}
.events-listing .eo-events h3 a {
	color: #333;
	font-weight: 400!important;
	text-decoration: none;
}
.events-listing .eo-events p {
	font-size: 13px;
	margin: 0 0 10px 0;
}
.events-listing .eo-events .date {
	width: 55px;
	padding: 8px 0;
	margin: 2px 0 0 15px;
	background: #333;
	color: #fff;
	border: 1px solid #222;
	border-top: 5px solid #333;
	border-bottom: 1px solid #333;
	float: right;
	text-transform: uppercase;
	text-align: center;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.events-listing .eo-events .day {
	font-size: 22px;
	display: block;
	font-weight: 600;
}
.events-listing .eo-events .month { font-size: 13px; }
.events-listing .eo-events a.read-more {
	margin: 10px 0 0 0;
	font-size: 12px;
}
.events-listing .eo-events a.read-more {
	background: #fff;
	border-radius: 8px;
	font-size: 12px;
	padding: 0 6px;
	margin: 4px 0 0 -3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
}
.events-listing .eo-events i {
	font-size: 11px;
	margin: 0 5px 0 0;
}

/* Events list in the side bar */
#left-column hr{margin:0;}
#left-column .eo-events h3{padding: 0;}
#left-column .eo-events small{ margin-bottom: 5px;}
#left-column .eo-events p{ font-size: 14px;}
#left-column section.eo-event-future{border-top: 0;}
/* Upcoming Events page */

section.eo-event-future{
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;	
}
section.eo-event-future .eventImage, section.eo-event-future .eventContent{
float: left;
display: inline-block;
margin: 0 1%;	
}

section.eo-event-future .eventImage{
	width: 30%;	
}
section.eo-event-future .eventImage img{width: 100%;}
section.eo-event-future .eventContent{
	width: 66%;	
}
/*-------------------------------------------------------------------------------------------*/
/*- PRODUCT STYLES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
p{
	font-size: 16px;	
}
.tab_off { background: #fff url(images/icons/miclubGui/tab_background.jpg) 0 bottom repeat-x; }
#flBody, #npBody {
	width: 100%;
	max-width: 2400px;
}
#flBody h2 { font-weight: normal; }
h1.flHeading, h1.flHeadingNF, h1.flDateHeading {
	font-family: 'Optima LT W01 Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #859191;
	line-height: 150%;
	font-size: 2em;
	padding: 0px 0 10px 0;
	margin: 10px;
	border-bottom: 3px solid #ddd;
}
.bookingResults { width: 100%!important; }
.bookingCellsCont { width: 85%!important; }
.bookingTitle { width: 8%!important; }
.bookingStatus {
	width: 6%!important;
	margin-right: 4px!important;
}
.bookingResults .cell { width: 20%!important; }
/* Login Page */
#login-right {
	float: right;
	width: 56%;
	padding: 30px 3%;
	background: #fff;
}
#login-left {
	float: left;
	width: 34%;
	padding: 30px 2%;
	margin: 0;
	background: #F4F4F4;
}
#login-left label {
	width: 46%;
	float: left;
	text-align: left;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #333;
}
#login-left input, #password-reminder input {
	width: 30%;
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #444;
	background: #fff;
	padding: 8px;
}
#login-left #submit, #password-reminder #submit {
	width: auto;
	clear: both;
	font-size: 12px;
	color: #555;
	background: #f7f7f7;
	font-weight: bold;
	padding: 5px 10px;
	float: right;
}

#login-error table { margin: 0 auto 30px auto; }
#login-error table td {
	vertical-align: middle;
	padding: 0 5px;
	color: #fff;
}
#login-help {
	float: left;
	width: 100%;
	clear: both;
}
/*HOME SLIDE*/
.rsABlock, .rsSBlock {
	background: #262525;
	position: absolute!important;
	top: 0!important;
	color: #FFFFFF;
	display: block;
	font-size: 2.8em;
	opacity: 0.8!important;
	padding: 3% 1%;
	top: 0;
	width: 100% !important;
	line-height: 1.2em;
	text-align: center;
}


/* weather and stuff */

#weatherFeed {
	width: 96%;
	margin: 0 2%;
	padding: 0px;
	float: left;
	left: 0;
}
.weatherCt {
	width: 115px;
	margin: 0;
	display: block;
	float: left;
}
.weatherCt img {
	width: 27%;
	float: left;
	display: block;
}
.weatherTempR, .weatherDay {
	float: left;
	width: 66%;
}
.weatherTempR {
	margin-top: 0;
	line-height: 0.7em;
}

.weatherTitle{
	margin-top: 45px;	
}

/*PORTAL*/

.top-story-image img.wp-post-image {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	display: block!important;
	text-align: center;
}
#top-story h1 { border: none; }
#newsContent {
	width: 65%;
	float: left;
}
#right-sidebar {
	width: 30%;
	float: right;
}
#right-sidebar p a, .member-button {
	color: #FFF;
	width: 95%;
	height: auto;
	margin-bottom: 8px;
	background: #303030;
	padding: 3%;
	float: right;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar-content li {
	list-style: none;
	clear: both;
}
#whatsOn h3 {
	text-transform: uppercase;
	padding: 0;
	font-family: 'Optima LT W01 Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#whatsOn h4 {
	font-family: 'Optima LT W01 Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#whatsOn h3 a { color: #1E3362; }
.rdMore a {
	color: #fff;
	background: #B3B3B3;
	display: inline-block;
	text-align: center;
	padding: 2px 2%;
	font-size: .9em;
	float: left;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#whatsOn .rdMore {
	border-bottom: 1px #CCC solid;
	overflow: hidden;
}
#whatsOn p { margin-bottom: 10px; }
/* Portal Page Layout */
#welcome {
	width: 60%;
	float: left;
}
#date {
	float: right;
	margin: 5px 0 0 0;
	font-weight: 400;
}
/* columns */
#portal-col {
	width: 48%;
	margin-right: 2%;
	float: left;
}
#portal-col+#portal-col+#portal-col { margin-right: 0; }
/* boxes */
.portal-box {
	width: 100%;
	padding: 16px;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	margin: 0 0 19px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.portal-links { padding-bottom: 6px; }
/* header links */
a.portal-head-link {
	color: rgb(48, 48, 48);
	width: 95%;
	height: auto;
	margin-bottom: 8px;
	padding: 3%;
	float: right;
	clear: both;
	text-align: left;
	text-transform: uppercase;
}
a.portal-head-link:hover { background: #ccc; }
/* content */
h2.portal-head { }
.portal-box table td {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.portal-box ul {
	margin: 0;
	padding: 0;
}
.portal-box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.portalLink a {
	background: #303030;
	color: #fff;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0;
	text-transform: capitalize;
}
.portalLink a:hover { background: #ccc; }
/* specific */
.portal-bookings ul {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}
/* transitions */
a.portal-head-link {
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.portal-head-link:hover {
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}
.portalLink a {
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.portalLink a:hover {
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}
#whatsOn img { width: 100%; }
/*PORTAL*/
.page-template-page-masonry-php #right-sidebar { width: 100%; }
.page-template-page-masonry-php #right-column {
	float: right;
	width: 66%;
	padding: 0 3%;
	margin: 2%;
}

.page-template-page-masonry-php #right-column h1{
	border: none;	
}
.page-template-page-masonry-php #left-column {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	margin: 2%;
}
.page-template-page-masonry-php #left-column-events {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 0 2%;
	border-top: 3px solid #F3F2DE;
}
.page-template-page-masonry-php #left-column-fb {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 2%;
	border-top: 3px solid #F3F2DE;
}
#left-column-events {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 2%;
	border-top: 3px solid #F3F2DE;
}
.page-template-page-masonry-php #pageContent {
	position: relative;
	width: 100%;
	padding: 0;
}
.page-template-page-masonry-php .news-item {
	width: 32%;
	padding: 0;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	margin: 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border: solid 1px #DCDCDC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
.stamp {
	position: absolute;
	right: 0%;
	top: 0;
}
.grid-sizer { width: 32%; }
.gutter-sizer { width: 2%; }
.featureImageMask{
	max-height: 100px;
	overflow: hidden;	
}

.media{
	width: 30%;
	float: left;
	margin: 0 1% 0 0;
	display: inline-block;
}

.media-item{
	width: 100%;
	float: left;
	display: block;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
}

.media-item .post-titles, .media-item .post-content, .media-item .news-text{
	float: left;
	display: inline-block;	
}

.featureImageMask img{
  position: relative;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: auto;
}

.page-template-page-masonry-php .attachment-full {
	width: 100%;
	height: auto;
	margin: 0;
}
.page-template-page-masonry-php .post-title {
	margin: 0 0 15px 0;
	line-height: 1.15em;
	font-size: 20px;
	font-weight: 600;
}
.page-template-page-masonry-php .post-title a { font-weight: 600!important; }
.page-template-page-masonry-php .post-content a.more {
	background: none repeat scroll 0 0 #333333;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
.page-template-page-masonry-php .post-content { overflow: hidden; }
.page-template-page-masonry-php .post-content p:first-child { display: none; }
.page-template-page-masonry-php .post-meta {
	margin: -5px 0 0 0;
	display: block;
	clear: both;
}

.page-template-page-masonry-php small.post-meta {
	border-top: 1px solid #B3B3B3;	
}
.page-template-page-masonry-php .category-course-supers-blog .post-content a.more { background: #868758; }
.page-template-page-masonry-php .news-text { margin: 20px; }
.page-template-page-masonry-php ul.eo-events { margin: 0; }
.page-template-page-masonry-php #head-promo, .page-id-87 #head-promo { display: none; }
.page-id-28 #right-column { width: 62%; }
.page-id-28 #left-column { width: 24%; }
.page-template-page-masonry-php #sideImage { display: none; }



.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs { background:transparent!important;}

/*MASONARY NEWS POSTS*/
.page-id-495 #right-sidebar { width: 100%; }
.page-id-495 #right-column {
	float: right;
	width: 71%;
	padding: 0 0%;
	margin: 2%;
}
.page-id-495 #left-column {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 2%;
	border-top: 3px solid #F3F2DE;
}
.page-id-495 #left-column-events {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 0 2%;
	border-top: 3px solid #F3F2DE;
}
#left-column-events {
	float: left;
	width: 16%;
	padding: 38px 2%;
	margin: 0;
	background: #F4F4F4;
	margin: 2%;
	border-top: 3px solid #F3F2DE;
}
.page-id-495 #pageContent {
	position: relative;
	width: 100%;
	padding: 0;
}
.page-id-495 .news-item {
	width: 32%;
	padding: 0;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	margin: 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border: solid 1px #DCDCDC;
}
.stamp {
	position: absolute;
	right: 0%;
	top: 0;
}
.grid-sizer { width: 32%; }
.gutter-sizer { width: 2%; }
.page-id-495 .attachment-full {
	width: 100%;
	height: auto;
	margin: 0;
}
.page-id-495 .post-title {
	margin: 0 0 15px 0;
	line-height: 1.15em;
	font-size: 20px;
	font-weight: 600;
}
.page-id-495 .post-title a { font-weight: 600!important; }
.page-id-495 .post-content a.more {
	background: none repeat scroll 0 0 #333333;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
.page-id-495 .post-content { overflow: hidden; }
.page-id-495 .post-content p:first-child { display: none; }
.page-id-495 .post-meta {
	margin: -5px 0 0 0;
	display: block;
	clear: both;
}
.page-id-495 .category-course-supers-blog .post-content a.more { background: #868758; }
.page-id-495 .news-text { margin: 20px; }
.page-id-495 ul.eo-events { margin: 0; }
.page-id-495 #head-promo, .page-id-87 #head-promo { display: none; }
.page-id-495 #right-column { width: 62%; }
.page-id-495 #left-column { width: 24%; }
.page-id-495 #sideImage { display: none; }


/* CONTACT US */
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span{
	width: 47.5%;	
}
body .gform_wrapper .top_label input.medium{
	width: 100%;	
}


#header{
	height: 270px;
}

#header #new-royalslider-3{
	position: absolute;
	top: 0;
	left: 0;
}	


#nav{
	background: #000;
}

ul#nav li a{ color: #fff;}


/* Symantics */
.one-quarter, .full-width, .half, .three-quarters{
	display: block;
	float: left;
	position: relative;
}

.one-quarter{
	width: 25%;	
}

.full-width{
	width: 100%;	
}

.half{
	width: 50%;	
}

.three-quarters{
	width: 75%;
}


/* Membership */
.page-id-168 #pageContent iframe{
	max-width: 98%;
	margin-right: 2%;
    display: inline-block;
    float: left;
}	

/*Charity Golf Days */
#new-royalslider-10{
	float: left;
	display: inline-block;	
	margin-right: 5%;
	margin-bottom: 30px;
}

/*ie 6 and 7 only*/
@media screen\9 {
	UL#nav LI A{
		color: #000 !important;	
	}
}


/* P4P Fixes - v2.0, 21/10/15 V */
.page-template-prodGen-php ul#nav li span {
	font-family: 'Optima LT W01 Bold', Helvetica, Arial, sans-serif;
}

.font-btns a:hover {
    cursor: pointer;        
}

#ts-header .radio-inline input[type=radio] {
    margin-top: 2px;
}
#ts-header input[type=checkbox] {
    margin-top: 3px;
}
#waitListContatiner .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 1px;
}
.page-template-prodGen .guestForm .ui-inputtext {
	margin-top: 0 !important;
	height: 21px;
}

.ui-overlaypanel .ui-overlaypanel-content {
	padding: 0.5em 0.25em;	
}
.ui-overlaypanel .ui-selectonelistbox .ui-selectlistbox-item, 
.ui-overlaypanel .ui-selectmanymenu .ui-selectlistbox-item, 
.ui-overlaypanel .ui-multiselectlistbox .ui-multiselectlistbox-item {
	font-size: 78%;
}
.eventListContain .event-editdays {
    top: 0px;
    left: -10px;
}

.membershipCategory{display:none !important;}

/* Footer Changes Tom D */
.banner .one-quarter a img:hover {
	opacity: inherit;
}

/*Vouchers - Trae - Ticket:79267 */
.voucher-container {width: 30%; border: 1px solid #ccc; padding: 5px;margin-right: 10px; margin-bottom: 10px; display: inline-block; height: 300px;vertical-align: top;height: 450px; vertical-align: top;position:relative;}
.voucher-image {border: 0; text-align: center;}
.voucher-link {position: absolute; bottom: 5px; width: 97%;}
.voucher-link a {background: #000; color: #fff; font-size: 18px;padding: 5px;display: block;text-align: center; vertical-align: middle; text-decoration: none;}

.voucher-link a:hover{color:#F3F2DE;}