/*
Theme Name:Rosanna
Design Studio:MiClub http://www.miclub.com.au/
Author:MiClub
Author URI:http://www.miclub.com.au/
*/

@charset "UTF-8";
@import url(editor.css);
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	background: #f0f0ef url(images/bg-course-dark.jpg) 50% 0 fixed no-repeat;
	height: 100%;
}
#wrapper {
	background: url(images/blue.png) 0 0 repeat-x;
	min-height: 100%;
	overflow: hidden;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#header {/*height:129px;padding:25px 0 32px 0;padding:25px 0 29px 0;*/
	padding: 25px 0 25px 0;
	padding: 27px 0 24px 0;
}
#logo {
	margin: 0 0 -6px 15px;
	margin: 1px 0 -7px 15px;
	margin: 0 0 -20px 16px;
	float: left;
}
#imagearea {
	width: 100%;
	height: 286px;
	background: #00529f;
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}
#contentarea {
	padding: 40px 3.1%;
}
#main {
	float: left;
	width: 580px;/*width:100%;margin-right:30px;*/
}
#sidebar {
	float: right;
	width: 268px;/*margin-right:17px;*/
}
#footer {/*margin:51px 0 38px 0;*/
	margin: 51px 3.1% 38px 3.1%;
	font-size: 11px;
	color: #555;
	line-height: 1.75em;
}
#footer #details {
	float: left;
	width: 60%;/*padding:8px 0 0 61px;*/
	padding: 8px 0 0 51px;/*background:url(images/logo-footer.png) 10px 0 no-repeat;*/
	background: url(images/logo-footer.png) 0 0 no-repeat;
	font-size: 11px;
}
#footer #details strong {
	font-size: 13px;
	margin-right: 10px;
}
#footer #details .telephone, #footer #details .fax, #footer #details .email {
	margin-right: 10px;
}
#footer #details .facebook {
	margin-left: 2px;
	padding-left: 20px;
	background: url(images/facebook.gif) 0 0 no-repeat;
	display: inline-block;
}
#footer #details .miclub {
	color: #555;
	border-bottom: none;
}
#footer #details .miclub:hover {
	color: #263f71;
}
#footer #sponsors {
	float: left;
	width: 300px;
	padding: 8px 0 0 0;
	font-size: 13px;
}
#footer #sponsors img {
	float: right;
	margin: -22px 0 0 0;
}

p.follow {
    float: left;
    margin-right: 15px;
}
#footer #social-media {
	float: right;
	width: 180px;
	width: 130px;
	margin: 0;
	font-size: 13px;
}
#footer #social-media a {
	float: right;
	margin: 0 0 0 7px;
	border: none;
}
#footer #social-media a:hover {
	float: right;
	margin: 0 0 0 7px;
	border: none;
}
#footer #social-media img {
	margin-top: -4px;
}
#homebtn {
	border-radius: 3px;
	padding: 8px 8px 4px 8px;
	cursor: pointer;
	background: #00529f;
	border: none;
	/*color: #fff;*/
	width: 881px;
	margin: 0 auto;
	text-align: center;
	    margin-bottom: 15px; 
}
#homebtn a {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}
/* Front Page */
/*body.home {
	background-attachment: scroll;
}
.home #imagearea {
	height: auto;
	max-height: 320px;
}
.home #contentarea {
	position: relative;
	border: none;
	padding: 0;
	margin: 15px 15px -20px 15px;
}*/
#left-fade {
	background: url(images/scroller-left-fade.png) left 0 no-repeat;
	width: 14px;
	height: 28px;
	top: 0;
	left: 110px;
	left: 0;
	position: absolute;
	z-index: 100;
}
#right-fade {
	background: url(images/scroller-right-fade.png) right 0 no-repeat;
	width: 14px;
	height: 28px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}
/*#special{float:left;font-size:14px;line-height:28px;color:#00529f;}*/
#special {
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 28px;
	background: #00529f;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	padding: 0 6px;
}
#scroller {
	position: relative;
	height: 28px;
	width: 950px;
	float: left;
	overflow: hidden;
}
#scroller-text {
	position: absolute;
	white-space: nowrap;
	line-height: 30px;
	font-size: 14px;
}
#royalslider-1 .arrow {
	display: none;
}
#royalslider-1 .royalControlNavOverflow {
	display: none;
}
/*.home #footer {
	margin: 51px 1.55% 38px 1.55%;
}*/
/*.home #footer{margin:38px 0;}*/
.royalSlider .royalSlide, .royalSlider .royalWrapper {
	/* Bakground behind slides */
	background: #111111;
	background: -moz-linear-gradient(top, #000000 0%, #444444 100%);
	background: -webkit-linear-gradient(top, #000000 0%, #444444 100%);
	background: -o-linear-gradient(top, #000000 0%, #444444 100%);
	background: -ms-linear-gradient(top, #000000 0%, #444444 100%);
	background: linear-gradient(top, #000000 0%, #444444 100%);
}
/* For Product */
.page-template-prodGen-php #contentarea {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
	padding: 40px;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;/* For IE 6/7 (trigger hasLayout) */
}

a.facebook {
	border-bottom: none;	
}
/*-------------------------------------------------------------------------------------------*/
/*- MAIN MENU -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#menu {
	clear: both;
	display: block;
	padding: 0;
	margin: 0 0 0 72px;
	margin: 0 0 0 78px;
}
#menu li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 12px 8px 12px;
	list-style-type: none;
}
#menu.membersMenu > li {
	margin-right: 0;
}
#menu.membersMenu li.arIco > a {
	padding-right: 10px;
}
#menu a {
	display: block;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: none;
}
/* Second Tier */
#menu ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: -12px;
	width: 188px;
	background: #fff;
	border: 1px solid #eee;
	z-index: 99999;
}
#menu ul li {
	margin: 0;
	z-index: 99999;
}
#menu ul li:first-child {
	padding-top: 9px;
	margin-top: -9px;
	background-image: url(images/ul-arrow.png);
	background-position: 12px 2px;
	background-repeat: no-repeat;
}
#menu ul a {
	background-image: none;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	height: auto;
	line-height: 18px;
	padding: 12px 12px 10px 12px;
	width: 164px;
}
#menu ul a span {
	border-bottom: none!important;
}
/* Third Tier */
#menu ul ul {
	left: 100%;
	left: 188px;
	width: 188px;
}
#menu ul ul li:first-child {
	padding: 0;
	margin: 0;
	background-image: none;
}
#menu ul ul a {
	width: 164px;
}
/* Hover Behaviour */
#menu li:hover > a, #menu a:focus {
	background-color: none;
	color: #263f71;
}
#menu li:hover > a span {
	border-bottom: 1px dotted #999;
}
#menu li.arIco:hover > a span {
	border-bottom: none;
}
#menu ul li:hover > a, #menu ul a:focus {
	background-color: #f8f8f8;
}
#menu li:hover > ul {
	display: block;
}
#menu li li:hover > ul {
	display: none;
}
/* Denote Current Item */
#menu ul .current_page_item > a, #menu ul .current-page-parent > a {
	background: #f8f8f8;
}
#menu .current-menu-item > a span, #menu .current_page_ancestor > a span, #menu .current-menu-parent > a span {
	border-bottom: 1px dotted #999;
}
/* Arrows */
#menu li.arIco > a {
	background-image: url(images/arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 12px;
}
#menu ul li.arIco > a {/*background-image:url(images/arra.png);background-position:96% 50%;background-repeat:no-repeat;*/
	padding-right: 12px;
	background-image: none;
}
#menu ul ul li.arIco > a {
	background-image: url(images/arra.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
}
/* Menu Toggle */
#menu-toggle strong {
	display: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- SIDE NAVIGATION/CONTENT------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#sidenav {/*box-shadow:0 0 11px 0 rgba(0,0,0,0.1);*/
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);
	background-color: #fff;
	padding: 34px 12px 105px 12px;
	border-bottom: 4px solid #233c6e;
	margin: 0 0 48px 0;
}
#sidenav h3 {
	font-size: 23px;
	font-family: 'SourceSansPro';
	color: #233c6e;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 26px 13px;
	margin: 0 0 16px 0;
}
/* Background Images */      
.page-id-1351 #sidenav {
	background: #fff url(images/wine_side.jpg) 0 100% no-repeat;
}
.page-id-860 #sidenav {
	background: #fff url(images/membership_side.jpg) 0 100% no-repeat;
}
.page-id-867 #sidenav {
	background: #fff url(images/membership_side.jpg) 0 100% no-repeat;
}
.page-id-115 #sidenav, .parent-pageid-9 #sidenav {
	background: #fff url(images/subnav-bg-course.jpg) 0 100% no-repeat;
}
.parent-pageid-10 #sidenav {
	background: #fff url(images/subnav-bg-golfshop.jpg) 0 100% no-repeat;
}
.parent-pageid-14 #sidenav, .parent-pageid-15 #sidenav, .parent-pageid-16 #sidenav {
	background: #fff url(images/subnav-bg-functions-new.jpg) 0 100% no-repeat;
}
.parent-pageid-19 #sidenav, .parent-pageid-21 #sidenav {
	background: #fff url(images/subnav-bg-course.jpg) 0 100% no-repeat;
}
.parent-pageid-25 #sidenav {
	background: #fff url(images/subnav-bg-corporate.jpg) 0 100% no-repeat;
}
.page-id-26 #sidenav {
	background: #fff url(images/subnav-bg-contactus.jpg) 0 100% no-repeat;
}
.page-id-28 #sidenav {
	background: #fff url(images/subnav-bg-history.jpg) 0 100% no-repeat;
}
.parent-pageid-686 #sidenav, .parent-pageid-673 #sidenav, .parent-pageid-677 #sidenav {
	background: #fff url(images/golf_side2.jpg) 0 100% no-repeat;
}
.parent-pageid-666 #sidenav {
	background: #fff url(images/subnav-bg-pennant.jpg) 0 100% no-repeat;
}
.parent-pageid-694 #sidenav, .page-id-705 #sidenav {
	background: #fff url(images/subnav-bg-golfers.jpg) 0 100% no-repeat;
}
/* Second Tier */
#sidenav ul, #sideNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidenav .sub-menu a, #sidenav .sub-menu .no-link {
	display: block;
	font-size: 14px;
	color: #444;
	border: none;
	padding: 8px 13px;
}
#sidenav .sub-menu a:hover {
	color: #263f71;
}
#sidenav .sub-menu .current_page_item > a, .page-template-page-coursetour-php #sidenav .sub-menu .current_page_ancestor > a {
	color: #263f71;
}
#sidenav .sub-menu .current_page_item > a span, .page-template-page-coursetour-php #sidenav .sub-menu .current_page_ancestor > a span {
	background: url(images/arrow-left.png) 100% 50% no-repeat;
	padding-right: 12px;
}
/* Third Tier */
#sidenav .sub-menu .sub-menu li {
	background: url(images/dash.png) 26px 13px no-repeat;
}
#sidenav .sub-menu .sub-menu a {
	font-size: 12px;
	padding: 4px 26px 4px 41px;
}
.page-id-28 #sidenav .sub-menu .sub-menu a {
	font-size: 13px;
}
/* Fourth Tier */
#sidenav .sub-menu .sub-menu .sub-menu li {
	background: url(images/dash.png) 46px 13px no-repeat;
}
#sidenav .sub-menu .sub-menu .sub-menu a {
	font-size: 12px;
	padding: 4px 26px 4px 61px;
}
.parent-pageid-10 #sidenav .sub-menu .sub-menu {
	display: none;
}
.page-id-20 #sidenav .sub-menu .sub-menu {
	display: none;
}
.page-id-912 #sidenav .sub-menu .sub-menu {
	display: none;
}
/* Hide Course Tour Navigation */
#sidenav #menu-item-63 .sub-menu, #sidenav #menu-item-1197 .sub-menu {
	display: none;
}
#sidenav #menu-item-893 .sub-menu, #sidenav #menu-item-1110 .sub-menu {
	display: none;
}
/* Hide/show Functiond Navigation */
#sidenav #menu-item-57 .sub-menu, #sidenav #menu-item-1122 .sub-menu {
	display: none;
}
.page-id-15 #sidenav #menu-item-57 .sub-menu, .parent-pageid-15 #sidenav #menu-item-57 .sub-menu {
	display: block;
}
.page-id-15 #sidenav #menu-item-1122 .sub-menu, .parent-pageid-15 #sidenav #menu-item-1122 .sub-menu {
	display: block;
}
/* Hide/show Weddings Navigation */
#sidenav #menu-item-58 .sub-menu, #sidenav #menu-item-1121 .sub-menu {
	display: none;
}
.page-id-16 #sidenav #menu-item-58 .sub-menu, .parent-pageid-16 #sidenav #menu-item-58 .sub-menu {
	display: block;
}
.page-id-16 #sidenav #menu-item-1121 .sub-menu, .parent-pageid-16 #sidenav #menu-item-1121 .sub-menu {
	display: block;
}
/* Quotation */
#quotation {
	color: #243d71;
	font-size: 17px;
	line-height: 1.5em;
	display: block;
	padding: 8px 26px 7px 40px;
	margin: 0 0 16px 0;
	position: relative;
	font-family: 'SourceSansPro';
}
#quotation .opening {
	background: url(images/quotation-opening.png) 0 0 no-repeat;
	height: 20px;
	width: 26px;
	position: absolute;
	top: 0;
	left: -3px;
}
#quotation .closing {
	background: url(images/quotation-closing.png) 0 0 no-repeat;
	height: 20px;
	width: 26px;
	position: absolute;
	bottom: 0;
	right: -5px;
}
/* Contact Details */
#sidebar h4 {
	margin: 0 0 10px 13px;
}
#sidebar p {
	margin: 0 0 19px 13px;
}
#sidebar .contactTbl {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 13px;
}
#sidebar .contactTbl th {
	padding: 5px 3px 3px 3px;
	font-size: 14px;
	line-height: 1.6em;
	vertical-align: top;
}
#sidebar .contactTbl td {
	padding: 5px 3px 3px 3px;
	font-size: 14px;
	line-height: 1.6em;
	vertical-align: top;
}
#sidebar .short-email {
	display: none;
}
#sidebar a.facebook {
	position: relative;
	margin-left: 23px;
}
#sidebar a.facebook:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	z-index: 0;
	background: url(images/facebook-small.gif) 0 0 no-repeat;
	left: -23px;
	top: -2px;
}
#sidebar a.twitter {
	position: relative;
	margin-left: 34px;
}
#sidebar a.twitter:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	z-index: 0;
	background: url(images/twitter-small.gif) 0 0 no-repeat;
	left: -23px;
	top: -2px;
}
/*-------------------------------------------------------------------------------------------*/
/*- COURSE TOUR -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#holes {
	margin: 0 0 17px 0;
	padding: 0;
	display: inline-block;
}
#holes li {
	margin: 0 3px 3px 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#holes a {
	display: block;
	border: 1px solid #ddd;
	background: #fff;
	width: 24px;
	padding: 3px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-family: 'SourceSansProSemibold', Arial, Helvetica, sans-serif;
}
#holes a:hover {
	text-decoration: underline;
}
#holes .current_page_item a {
	background: #263f71;
	color: #fff;
}
#holes .prev a, #holes .next a {
	font-size: 16px;
	font-weight: normal;
}
#holes .nolink {
	color: #aaa;
	border: 1px solid #ddd;
	background: #fff;
	width: 24px;
	font-size: 16px;
	padding: 3px 0 0 0;
	display: block;
	text-align: center;
	cursor: default;
}
#prev-next .prev {
	float: left;
	margin: 0 20px 0 0;
}
#prev-next .next {
	float: right;
	margin: 0;
}
#prev-next .nolink {
	cursor: default;
}
.overview {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: -40px 0 0 0;
	line-height: 1.2em;
}
#coursetourBtn {
	border-radius: 3px;
	padding: 10px 10px 7px 34px;
	background: #00529f url(images/ball-tee.png) 7px 100% no-repeat;
	border: none;
	color: #fff;
	font-family: 'SourceSansProSemibold';
	font-size: 13px;
	display: inline-block;
}
#coursetourBtn:hover {
	background-color: #263f71;
	border: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- FORMS -----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
textarea, input {
	padding: 7px 5px 5px 5px;
	font-size: 13px;
	color: #111;
	font-family: 'SourceSansPro';
}
select {
	padding: 4px;
	font-size: 12px;
}
input[type=text], input[type=password], textarea, select {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10) inset;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type=button], input[type=submit] {
	border-radius: 3px;
	padding: 8px 8px 4px 8px;
	cursor: pointer;
	background: #00529f;
	border: none;
	color: #fff;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #263f71;
}
/* Contact Form 7 */
.wpcf7 {
	margin: 20px 0 0 0;
	border-top: 1px dotted #bbb;
}
.wpcf7-form {
	padding: 19px 0;
}
.wpcf7-form h3 {
	margin: 19px 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	clear: both;
	font-size: 16px;
	font-family: 'SourceSansPro';
}
.wpcf7-form label {
	width: 21%;
	float: left;
	line-height: 1.5em;
	margin-top: 5px;
	font-family: 'SourceSansProSemibold';
	font-size: 13px;
}
.wpcf7-form label.right {
	margin-left: 40px;
}
.wpcf7-form label.clear {
	clear: both;
}
.wpcf7-form input.wpcf7-text {
	width: 21%;
	float: left;
	margin-bottom: 16px;
}
.wpcf7-form select {
	width: 21%;
	float: left;
	margin-bottom: 17px;
}
.wpcf7-form textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 24px;
	padding: 6px;
}
fieldset {
	background: #fff;
	border: 1px dotted #aaa;
	padding: 10px 15px 5px 15px;
	margin: 0 0 20px 0;
	display: block;
}
/*fieldset legend{background:#fff;font-family:'SourceSansProSemibold';}*/
fieldset h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
fieldset p#captcha-text {
	font-size: 11px;
	margin: 0 0 16px 0;
}
fieldset img {
	margin-bottom: -6px;
}
fieldset input {
	width: 55%;
	border: 1px solid #eee;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.wpcf7-form input.wpcf7-submit {
}
/*-------------------------------------------------------------------------------------------*/
/*- GOOGLE MAP ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#map-border {
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	margin: 0 0 16px 0;
}
#map {
	width: 100%;
	height: 350px;
	background: #fff;
}
#map a, #map a:hover {
	border: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- WORDPRESS (NEWS) STYLES -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.content-wp {
	min-width: 100%;
}
.post-meta {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 30px 0;
	padding: 0 0 16px 0;
}
.post-meta h1 {
}
.post-meta h1 a, .post-meta h2 a {
}
.post-data {
	font-size: 11px;
}
.post-data a {
}
.post-data span {
	color: #999;
	margin: 0 2px;
}
.post-content {
	margin: 0;
	padding: 0;
}
.tfe.wp-post-image {
	border: 1px solid #ddd;
	float: right;
	margin: -60px 0 20px 30px;
	width: 150px;
	height: auto;
}
.default-img {
	padding: 2px;
	border: none;
}
.read_more_link {
	background: none repeat scroll 0 0 #333;
	border-radius: 8px;
	color: #FFF;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
#back {
	padding-top: 20px;
	margin-top: 25px;
	background: url(images/border.png) 0 0 repeat-x;
	clear: both;
}
/* Archive Page style */
#archive h1, .page-template-page-business-php h1, .tax-categories h1, .single-business h1 {
	background: url(images/border.png) 0 100% repeat-x;
	margin: 6px 0 23px 0;
	padding: 0 0 16px 0;
}
.news-item {
	padding: 32px 0 16px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
}
#archive h1+.news-item {
	padding-top: 0;
	border-top: 0;
}
#archive .post-meta {
	border: 0;
	margin: 0 0 13px 0;
	padding: 0;
}
#archive .post-meta h2 {
	margin: 0 0 8px 0;
}
#archive .post-meta h2 a {
}
#archive .post-data {
}
#archive .post-content {
}
.nextpostslink {
	float: right;
}
.previouspostslink {
	float: left;
}
/* Sidebar Page style */
.sidebar-news {
	width: 243px;
}
.sidebar-news h3 {
	margin: 0 0 16px 4px;
}
.sidebar-news ul {
	margin-bottom: 36px;
	clear: both;
}
.sidebar-news li {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.sidebar-news ul#archive-list li {
	margin-bottom: 14px;
}
.sidebar-news .date {
	font-size: 11px;
	font-weight: bold;
	display: block;
}
a#add-new {
	display: table;
	margin: 0 auto 25px auto;
	background: #333;
	padding: 6px 10px 4px 10px;
	border: 1px solid #222;
	border-radius: 3px;
	color: #fff!important;
}
a:hover#add-new {
	background: #444;
}
/*-------------------------------------------------------------------------------------------*/
/*- GALLERY ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.gallery {
	width: 101%;
	margin: 35px 0 0!important;
}
.gallery .gallery-item {
	margin: 0 3% 3% 0!important;
	width: 22%!important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}
.gallery .gallery-item:hover {
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
.gallery a:hover:before {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.gallery a {
	border: none;
	position: relative;
	background: #20467b;
	display: block;
	border: 10px solid #fff;
}
.gallery a:hover {
	-webkit-box-shadow: 0 0 25px rgba(0, 0 ,0, 0.75) inset;
	-moz-box-shadow: 0 0 25px rgba(0, 0 ,0, 0.75) inset;
	box-shadow: 0 0 25px rgba(0, 0 ,0, 0.75) inset;
}
.gallery img {
	border: none!important;
	height: auto;
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: #000 0 0 0;
}
.gallery br {
	display: none;
}
.gallery a:hover img {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.25) inset;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25) inset;
	box-shadow: 0 0 30px rgba(0,0,0,0.25) inset;
}
/*-------------------------------------------------------------------------------------------*/
/*- NEXTGEN GALLERY STYLE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*#main .ngg-slideshow{width:98%!important;height:auto!important;}
#main #ngg-slideshow-1-211-1{width:98%!important;height:auto!important;}*/
#main .slideshowlink {
	display: none;
}
#main .ngg-galleryoverview {
	width: 105%;
	margin: 0 0 2px 0;
	overflow: visible;
}
#main .ngg-galleryoverview+p {
	margin-top: 10px!important;
}
#main .ngg-gallery-thumbnail {
	float: left;
	margin-right: 0;
	text-align: center;
}
#main .ngg-gallery-thumbnail 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 3px #ccc;
}
#main .ngg-gallery-thumbnail img:hover {
	border: 1px solid #999;
	background-color: #fff;
}
#main .ngg-gallery-thumbnail a {
	border-bottom: none;
}
#main h1 + .ngg-galleryoverview {
	padding-top: 10px;
}
/*.ngg-slideshow-loader{background:url(images/loading.gif) center 127px no-repeat!important;}
.ngg-slideshow-loader img{display:none!important;}*/


/*-------------------------------------------------------------------------------------------*/
/*- CALENDAR STYLE --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#main .eo-fullcalendar {
	clear: both;
}
.ui-tooltip-content {
	line-height: 1.5em;
}
#main .fc-event-time {
	display: block;
}
#main .fc-event-title {
	line-height: 1.3em;
	padding: 0 0 5px 2px;
	display: block;
}
#main .eo-agenda-widget ul.dates {
	padding: 0;
}
#main .eo-agenda-widget li.event {
	font-size: 13px;
	opacity: 1;
	background: #f1f1f1;
	color: #656565;
	padding: 5px 0 5px 12px;
}
#main .eo-agenda-widget li.event:hover {
	background: #ececec;
	color: #333;
}
#main .eo-agenda-widget li.event strong {
	display: block;
}
#main .widget_events .widget-title {
	display: none;
}
.single-event .post-data {
	font-size: 16px;
	margin: 0;
}
/*-------------------------------------------------------------------------------------------*/
/*- TOUCH CAROUSEL --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.touchcarousel.tc-layout-custom {
	width: 650px!important;
	height: 175px!important;
	margin: 0 0 30px 0;
}
.touchcarousel.tc-layout-custom .touchcarousel-item {
	width: 650px;
	height: 175px;
	position: relative;
	background: #2c2d2e;
	margin-right: 10px;
	overflow: hidden;
}
.touchcarousel.tc-layout-custom .tc-desc {
	width: 285px;
	padding: 10px 20px;
	color: #FFF;
	display: block;
	float: left;
}
.touchcarousel.tc-layout-custom .tc-image-holder {
	display: block;
	width: 325px;
	height: 250px;
	float: left;
	background: #fff url(images/logo-slider-bg.gif) 0 0 no-repeat;
}
.touchcarousel.tc-layout-custom .tc-image-holder img {
	width: 325px;
	height: 175px;
}
.touchcarousel.tc-layout-custom h4 a {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFF;
	border: 0;
	text-decoration: none;
}
.touchcarousel.tc-layout-custom .tc-meta a, .touchcarousel.tc-layout-custom .tc-meta span {
	font-size: 12px;
	font-weight: normal;
	color: #e3e5e3;
	font-family: Georgia, serif;
	font-style: italic;
	display: none;
}
.touchcarousel.tc-layout-custom span {
	color: #FFF;
}
.touchcarousel.tc-layout-custom p {
	color: #EEE;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	pading: 0;
}
.touchcarousel.tc-layout-custom a img {
	max-width: none;
	margin: 0;
	padding: 0;
}
.touchcarousel.tc-layout-custom a.tc-more {
	background: #263F71;
	color: #fff;
	padding: 5px 8px 4px 8px;
	text-transform: uppercase;
	border: none;
	border-radius: 9px;
	font-family: 'SourceSansProSemibold';
	font-size: 12px;
	display: inline-block;
	margin: 5px 0 0 -3px;
}
.touchcarousel.tc-layout-custom a:hover.tc-more {
	background: #fff;
	color: #263F71;
}
.arrow-holder, .tc-paging-item {
	border: none!important;
}
.arrow-holder.right {
	right: -17px!important;
}
.arrow-holder.left {
	left: -17px!important;
}
.touchcarousel.tc-layout-custom .tc-date {
	font-size: 16px;
}
/*-------------------------------------------------------------------------------------------*/
/*- MEMBERS HOME PAGE -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


.sponsors {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;} 
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {background:transparent!important; color: #333;}      

.page-id-3352 #imagearea {
    display: none;
}

.page-id-3352 #pageContent {
    height: 2600px!important;
}  

h2.weatherTitle {
    display: none;
}

#weatherFeed {
	margin: 0 0 2em
}
#weatherFeed .weatherCt {
	display: inline-block;
	vertical-align: top;
	width: 20%
}
#weatherFeed img.weatherIcon {
	float: left;
	max-width: 40%;
	margin-right: 10%;
	height: 40px;
	width: 40px;
}

b.weatherDay {
    display: block;
}


#weatherFeed .weatherCt .weatherTempR {
	margin-top: 0em;
}
#weatherFeed .weatherCt .weatherTempR span {
	display: block;
	line-height: 1;
	font-size: 1em;
	color: #303D76
}
#weatherFeed .weatherCt .weatherTempR span.name {  
	font-style: italic
}
#slider-members {
	width: 980px;
	float: left;
	padding: 0 0 30px 0;
}
.page-id-3352 #main {
	width: 100%;
}
.page-id-3352 #contentarea {
	border: none;
	background-color: #fff;
}
.page-id-3352 a {
	border: none;
}
.page-id-3352 #contentareaM {
	position: relative;
	width: 630px;
	width: 89%;
	border-bottom: none;
}
.page-id-3352 .news-item, .stamp {
	width: 30%;
	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;
}

.portal-links a {
  background: none repeat scroll 0 0 #333;
  border-radius: 8px;
  color: #FFF;
  font-size: 13px;
  padding: 0 6px;
  display: inline-block;
  margin: 10px 0 0 0;
}

.page-id-3352 .category-wider {
	width: 66%;
}
.grid-sizer {
	width: 30%;
}
.gutter-sizer {
	width: 2%;
}
.page-id-3352 .attachment-full {
	width: 100%;
	height: auto;
	margin: 0;
}
.page-id-3352 .post-title {
	margin: 0 0 15px 0;
	line-height: 1.15em;
	font-size: 19px;
	font-weight: 600;
}
.page-id-3352 .post-title a {/*font-weight:600!important;*/
}
.page-id-3352 .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-3352 .post-content {
	overflow: hidden;
}
.page-id-3352 .post-content p {
	font-size: 14px;
}
.page-id-3352 .post-content p:first-child {
	display: none;
}
.page-id-3352 .post-meta {
	margin: -5px 0 0 0;
	display: block;
}

.page-id-3352 .portal-links {
	background-color:#fff!important;
	}
/*#masonry .category-course-supers-blog .post-content a.more{background:#868758;}*/

.page-id-3352 .news-text {
	margin: 20px;
}
.page-id-3352 ul.eo-events {
	margin: 0;
}
#sidebar-members .eo-events {
	clear: both;
	padding: 0;
}
#sidebar-members.eo-events li {
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}
#sidebar-members .eo-events h3 {
	margin: 0;
}
#sidebar-members .eo-events h3 a {
}
#sidebar-members .eo-events p {
	font-size: 13px;
	margin: 0 0 10px 0;
}
#sidebar-members .eo-events .date {
	width: 60px;
	padding: 8px 0;
	margin: 0 0 0 15px;
	background: #fff;
	color: #1b3f7f;
	border: 1px solid #eee;
	border-top: 5px solid #d2d9e5;
	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);
}
#sidebar-members .eo-events .day {
	font-size: 25px;
	display: block;
	font-weight: 500;
}
#sidebar-members .eo-events .month {
	font-size: 15px;
}
#sidebar-members .eo-events a.read-more {
	padding: 4px 8px;
	margin: 10px 0 0 0;
	font-size: 12px;
}
.page-id-3352 .events-listing {
	background: none!important;
	box-shadow: none!important;
	padding: 20px!important;
}
.events-listing .calendar-view {
	background: #fff;
	border-radius: 8px;
	font-size: 12px;
	padding: 0 6px; 
	margin: -13px 0 25px -3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
	color: #333;
}
.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;
}
.events-listing .eo-events p {
	font-size: 13px;
	margin: 0 0 10px 0;
}
.events-listing .eo-events .date {
	width: 60px;
	padding: 8px 0;
	margin: 2px 0 0 15px;
	background: #333;
	color: #fff;
	border: 1px solid #222;
	border-top: 5px solid #222;
	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: 25px;
	display: block;
	font-weight: 600;
}
.events-listing .eo-events .month {
	font-size: 15px;
}
.events-listing .eo-events a.read-more {
	background: none repeat scroll 0 0 #fff;
	border-radius: 8px;
	color: #333;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
.events-listing .eo-events i {
	font-size: 11px;
	margin: 0 5px 0 0;
}
.sidebar-news {
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px 20px 20px;
	margin-top: -5px!important;
}
.sidebar-news ul {
	padding-left: 17px;
}
.sidebar-news li {
	font-size: 14px;
	line-height: 1.4em;
}
.sidebar-news li .date {
	font-size: 11px;
}


/*-------------------------------------------------------------------------------------------*/
/*- MY INFORMATION PAGE-----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#portal-col {width: 48%; float:left; margin-right: 2%;}
.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;border-radius: 6px;}
.portal-links {
padding-bottom: 6px;
color: #FFF;
height: auto;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 0px;
text-align: center;
float: left;
width: 94%;
padding: 1%;
margin-bottom: 10px;
font-size: 12px;
text-decoration: none;
font-weight: bold;
background-color: #00529f;
border-bottom:none;
cursor: pointer;
}

.portalLink {
background: #333;
color: #fff;
font-size: 11px;
line-height: 1.3em;
padding: 5px 8px 3px 8px;
margin: 20px 0 0 0;
border-radius: 4px;
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
width: auto;
display: table;
border-bottom: 0;
text-decoration: none;
cursor: pointer;
}

.portalLink a {color:#fff!important;}

.portal-links a {color:#FFF!important;} 
.portal-box li { list-style: none; line-height: normal;}
.page-id-213 #right-column {float: right;width: 26%;padding: 15px 0 20px 2%;}  
.page-id-213 h1#welcome {
  width: 70%;
  float: left;
}
.page-id-213 #left-column  {float: left;
  width: 67%;
  padding: 2%;}

/*-------------------------------------------------------------------------------------------*/
/*- PORTAL PAGE -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/



#new-royalslider-3 {
	width: 100%;
	max-width: 980px;
	height: auto;
	max-height: 280px!important;
	overflow: visible;
}
#new-royalslider-3 .home-text {   
	width: 42%;
	bottom: 0;
	left: 0;
	background: rgba(60,60,60,0.8);
	height: 96%;
	padding: 1%;
	color: #fff;
	z-index: 888;
	position: absolute;
}
#new-royalslider-3 .rsOverflow {
	max-width: 980px!important;
	max-height: 280px!important;
}
#new-royalslider-3 .home-text h3 {
	font-size: 2em;
	font-weight: 200;
	margin: 15px 0 15px;
	border-bottom: 2px solid #fff;
	padding: 0 3px 7px;
	width: 99%;
}
#new-royalslider-3 .home-text h3 a {
	color: #fff;
}
#new-royalslider-3 .rsImg {
	float: left;
	width: 100%!important;
	height: 100%!important;
	max-width: 980px;
	padding: 0;
	margin: 0;
}
#new-royalslider-3 .rsSlide {
	height: auto!important;
}
#new-royalslider-3 .home-text p {
	width: 96%;
	margin: 0 0 0 2%;
	font-size: 1em;   
	font-weight: 300;
}
#new-royalslider-3 .home-text .read_more_link {
	font-size: 1em;
	color: #fff;
	background: none;
	font-weight:bold;   
}

#slider {
	width: 650px;
	float: left;
	padding: 0 0 5px 0;
	margin: -7px 0 0 -10px;
}
#sponsors {
	width: 235px;
	float: right;
	padding: 0 0 20px 0;
	margin: -10px -10px 0 0;
}
#sponsors h2+p {
	display: none;
}
#sponsors script+p {
	display: none;
}
#date {
	margin: -4px 0 5px 8px;
	font-family: 'SourceSansProSemibold';
	float: left;
}
h1#welcome {
	font-size: 18px;
	line-height: 1.3em;
	margin: -6px 0 10px 8px;
	float: left;
	clear: left;
}
h1#welcome br {
	display: none;
}
h1#welcome .name {
	font-family: 'SourceSansProSemibold';
}
#weather {
	width: 680px;
	margin: -30px -10px 30px 0;
	float: right;
}
/* News Feed Style */
.rss-feed {
	padding: 0;
}
.rss-item {
	padding: 32px 0 16px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.rss-item:first-child {
	border-top: 0;
	margin-top: -1em;
}
.rss-item h2.post-title {
	margin: 0 0 8px 0;
}
.rss-item h2.post-title a {
	text-decoration: none;
	font-size: 20px;
}
.rss-item h2.post-title a:hover {
}
.rss-item small {
	font-size: 11px;
	color: #444;
	margin: 0 0 13px 0;
}
.rss-item small span {
	color: #999;
	margin: 0 2px;
}
.rss-item p {
}
.rss-item p a {
}
.rss-item p a:hover {
	text-decoration: none
}
.rss-item .wp-post-image {
	margin-top: 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- PRODUCT STYLES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
table.portal {
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
table.portal th {
	background: #f3f5f8;
	color: #444;
	padding: 8px;
	font-weight: normal;
	font-size: 15px;
}
table.portal th a {
	color: #263f71!important;
}
table.portal td {
	padding: 6px;
	font-size: 13px;
}
table.portal td a {
}
table.portal td input, table.portal td select {
	border: 1px solid #aaa;
}
.tab_off {
	background: #fff url(images/icons/miclubGui/tab_background.jpg) 0 bottom repeat-x;
}
#flBody, #npBody {
	background: none;
}
#flBody h2 {
	font-weight: normal;
}
/* Login Page */
#login-left {
	float: left;
	width: 310px;
	padding: 25px 0 25px 0;
	border: none;
	background: #fff;
	border: 1px solid #ddd!important;
}
#login-left label {
	width: 120px;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	height: 1em;
	line-height: 28px;
	font-family: 'SourceSansProSemibold'
}
#login-left input, #password-reminder input {
	width: 115px;
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #444;
	background: #fff;
	padding: 6px 5px 4px 5px;
}
#login-left #submit, #password-reminder #submit {
	width: auto;
	margin: 5px 0 15px 140px;
	clear: both;
	font-size: 12px;
	color: #555;
	background: #f7f7f7;
	font-weight: bold;
	padding: 6px 10px 4px 10px;
}
#login-left p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.7em;
	clear: both;
}
#login-right {
	float: right;
	width: 550px;
}
#login-error table {
	margin: 0 auto 30px auto;
}
#login-error table td {
	vertical-align: middle;
	padding: 0 5px;
	color: #fff;
}
/* Password Reminder */
#password-reminder {
	width: 600px;
	margin: 0 auto;
}
#password-reminder label {
	width: 50%;
	float: left;
	text-align: right;
	padding: 0 3% 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	height: 1em;
	line-height: 28px;
	color: #111;
}
#password-reminder input {
	margin: 0;
}
#password-reminder #submit {
	margin: 10px 0 15px 53%;
}
#main #tabitems {
	background: none;
	border: none;
}
#main .ui-tabs .ui-tabs-nav {
	margin-left: -5px;
}
#main .ui-tabs .ui-tabs-nav li {
	border: 1px solid #d3d3d3!important;
}
#main .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border: 1px solid #aaa!important;
	padding: 0;
}
#main .ui-tabs .ui-tabs-nav li a {
	font-size: 15px;
}
#main .ui-tabs .ui-tabs-panel {
	padding: 2em 0;
}
.twitter-share-button {
	float: right;
}
.page-id-12 .ui-tabs .ui-tabs-nav li a, .page-id-860 .ui-tabs .ui-tabs-nav li a {
	padding: 0.6em 0.6em 0.4em 0.6em;
}
#flBody {
	background: transparent;
}
#flBody h2 {
	font-weight: normal;
}
.flLeftAreaCal p, .flLeftAreaCal a {
	background-color: #f9f9f9;
	border-bottom: 0;
	font-size: 13px;
}
.flLeftAreaShorts a {
	background-color: #f9f9f9;
	border-bottom: 0;
	font-size: 13px;
}
.flLeftAreaCMS {
	padding: 5px;
}
.business-single {
	padding: 20px 3%;
}
.business-single h2 {
	padding-top: 0;
}
.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%;
}
.business-single {
	margin: 0 0 20px 0;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	overflow: hidden;
}
.page-template-page-business-php #main, .tax-categories #main, .single-business #main {
	width: 70%;
	width: 73%;
}
.page-template-page-business-php #sidebar, .tax-categories #sidebar, .single-business #sidebar {
	width: 23%;
}
.page-template-page-business-php #sidenav, .tax-categories #sidenav, .single-business #sidenav {/*box-shadow:0 0 3px 0 rgba(0,0,0,0.25);background-color:#fff;padding:34px 12px 105px 12px;border-bottom:4px solid #233c6e;margin:0 0 48px 0;*/
	box-shadow: none!important;
	background: #fff;
	padding: 0;
	border-bottom: 0;
	margin: 0 0 48px 0;
}
.page-template-page-business-php #sidenav h3, .tax-categories #sidenav h3, .single-business #sidenav h3 {
	margin: 8px 0 0 0;
	border-bottom: 0;
}
.page-template-page-business-php #sidenav ul, .tax-categories #sidenav ul, .single-business #sidenav ul {
	margin: 0 0 0 13px;
}
.page-template-page-business-php #sidenav a, .tax-categories #sidenav a, .single-business #sidenav a {
	padding: 0;
}
.page-template-page-business-php .post-edit-link, .tax-categories .post-edit-link, .single-business .post-edit-link {
	float: right;
	font-size: 12px;
}
.page-template-page-business-php #imagearea, .tax-categories #imagearea, .single-business #imagearea {
	display: none;
}
.page-template-page-business-php #contentarea, .tax-categories #contentarea, .single-business #contentarea {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	padding: 40px;
}
.tax-categories h1 br {
	display: none;
}
a.edit-content {
	display: table;
	margin: 0 auto 20px auto;
	background: #333;
	padding: 6px 10px 4px 10px;
	border: 1px solid #222;
	border-radius: 3px;
	color: #fff!important;
}
a:hover.edit-content {
	background: #444;
}
.page-id-1480 #imagearea, .single-post #imagearea, .archive #imagearea, .page-id-678 #imagearea {
	display: none;
}
.page-id-1480 #contentarea, .single-post #contentarea, .archive #contentarea, .page-id-678 #contentarea {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	padding: 40px;
}
.page-id-1480 #main, .page-id-678 #main {
	width: 100%;
}
.page-id-1480 #sidebar, .page-id-678 #sidebar {
	display: none;
}
.page-id-678 .dataTbl, #corporatesponsors .dataTbl {
	width: 100%;
}
.page-id-678 .dataTbl td {
	font-size: 14px;
}
.mobLink {
	display: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 569px) {
.mobLink {
	display: inline;
	float: right;
	margin: 10px 0 0px 15px;
}
}
@media only screen and (max-device-width : 600px) {
img.ccv-star{
	display: none;
}
}
.fb-like {
	margin-top: 10px;
}
#sponsors .royalSlider {
	width: 196px;
	height: 170px;
}
#sponsors .rsImg {
	margin-top: 0!important;
}
#sponsors .rsUni, #sponsors .rsUni .rsOverflow, #sponsors .rsUni .rsSlide, #sponsors .rsUni .rsVideoFrameHolder, #sponsors .rsUni .rsThumbs {
	background: #fff;
}
#sponsors .member-name {
	bottom: 1px;
	line-height: 1.2em;
	text-align: center;
	top: auto;
	width: 100%;
	color: #222;
	position: absolute;
	bottom: 0;
}


/*Hot Fix - Portal Page rebuild #2 Chris L 19/11/15*/

#sidebar-members .facebook {   
    margin-left: -5px;
    display: inline-block;
}

#sidebar-members .facebook img {
	width:200px;
}

.page-id-3352 #pageContent {
    height: 2250px!important;
    float: right;
    width: 71%;
	top: -11px;
}


.page-id-3352 #sidebar-members {
    float: left;
    width: 21%;
    box-shadow: 0 0 11px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    border-bottom: 4px solid #233c6e;
    margin: 0 0 48px 0;
    padding: 20px 3%;
}

.portal-link {
    padding-bottom: 6px;
    color: #FFF;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    text-align: center;
    float: left;
    width: 94%;
    padding: 1%;
    margin-bottom: 10px;
    font-size: 12px;
    border: 2px solid #333;
    text-decoration: none;
    font-weight: bold;
    background-color: #333;
	cursor: pointer;
}

.portal-link a{
	color:#fff;
}
img.ccv-star {
    float: right;
    margin: 0 0 -60px 16px;
}
.category-34 #sidebar {
    display: none;
}
.category-34 #main {
    width: 100%;
}


.page-id-8830 #container {
	width: 100%;
}
.page-id-8830 #header, .page-id-8830 #footer {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}


.span.home-links {
    z-index: 1;
    min-height: 300px;
	float: left;
    display: block;
    width: 100%;
	letter-spacing: 1px;
    position: relative;
    overflow: hidden;
	margin-bottom: 19px;
}
  .span .block-image {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: 100%;
    background-size: cover !important; }
    @media screen and (max-width: 1024px) {
		.span .block-image {
			width: 50%;
			height: 250px; }
		.span .block-image .image-link span {
			bottom: 50px!important;
		}}
    @media screen and (max-width: 600px) {
		.span .block-image {
			width: 100%; } 
		.span .block-image .image-link span {
			bottom: 45px!important;
		}}
    .span .block-image .image-overlay {
      opacity: 0.4;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100%; }
    .span .block-image .image-link {
      z-index: 200;
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      top: 0;
      left: 0;
      opacity: 1;
      transition: all 0.3s ease; }
      .span .block-image .image-link a {
        width: 90%;
        height: 250px;
		box-sizing: border-box;
		border: none;
        display: block;
        margin: 5%;
        padding: 7%; }
        @media screen and (max-width: 1024px) {
          .span .block-image .image-link a {
            padding: 2.5% 10%; } }
      .span .block-image .image-link h3, .span .block-image .image-link span, .span .block-image .image-link p {
        color: #ffffff; }
      .span .block-image .image-link h3 {
        font-size: 30px;
		line-height: 23px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5%; }
      .span .block-image .image-link p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 15px; }
      .span .block-image .image-link span {
        font-weight: bold;
		border-color: #ffffff;
		border-style: solid;
		border-width: 2px;
		padding: 9px 14px 8px;
		position: absolute;
		bottom: 60px;
		margin: 0 auto;
		left: 0;
		right: 0;
		width: 90px; }
    .span .block-image:hover .image-overlay, .span .block-image:hover .image-link {
      opacity: 1; }
  @media screen and (max-width: 1024px) {
    .span .image-link a {
      height: 180px !important; }
    .span .image-link h3 {
      font-size: 20px !important; } }

.touch .span .block-image .image-link, .touch .span .block-image .image-overlay {
  opacity: 1; }
@media screen and (max-width: 1024px) {
	#new-royalslider-5 {
		height: 40vh!important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1715px) {
	.span .block-image .image-link span {
		bottom: 45px!important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
	.span .block-image .image-link span {
		bottom: 25px!important;
	}
	.span .block-image .image-link h3 {
		font-size: 21px;
	}
}

html.page-template-page-front-full-width, body.page-template-page-front-full-width {
    background: #f0f0ef;
    height: auto;
}

.page-template-page-front-full-width #left-fade, .page-template-page-front-full-width #right-fade {
    display: none;
}

