/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a {
	
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#333	
}

.container, #header, .content, #footer {
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

.container {
	width:100%;
	min-width:960px;
	background-color:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#header {
	position:absolute;
	background:none;
	top:0;
	left:0	
}

.content, #footer {
	width:960px;
	margin:0 auto	
}

/* Backgrounds */

.container.home,
.container.home-bg {
	height:840px
}

.container.home-bg {
	background:url(../images/bg-home.jpg) no-repeat center top
}

.container.home {
	background:url(../images/bg-home-color.png) repeat-x center top
}

.container.home-blue {
	background:#29ABE2 url(../images/bg-blue.jpg) no-repeat center bottom
}

.container.about-us {
	background:#FB9A43 url(../images/about-us/bg-about-us.jpg) no-repeat center top
}

.container.facilities {
	background:#FB9A43 url(../images/facilities/bg-facilities.jpg) no-repeat center top
}

.container.gym {
	background:#FB9A43 url(../images/gym/bg-gym.jpg) no-repeat center top
}

.container.pool {
	background:#FB9A43 url(../images/pool/bg-pool.jpg) no-repeat center top
}

.container.parties {
	background:#FB9A43 url(../images/parties/bg-parties.jpg) no-repeat center top
}

.container.wedding {
	background:#FB9A43 url(../images/wedding/bg-wedding.jpg) no-repeat center top
}

.container.seminar {
	background:#FB9A43 url(../images/seminar/bg-seminar.jpg) no-repeat center top
}

.container.news-events {
	background:#FB9A43 url(../images/news-events/bg-news-events.jpg) no-repeat center top
}

.container.career {
	background:#FB9A43 url(../images/bg-career.jpg) no-repeat center top
}

.container.contact-us {
	background:#FB9A43 url(../images/bg-contact-us.jpg) no-repeat center top
}

.bg-dgrey {
	background-color:#333	
}

.bg-lgrey {
	background-color:#e1e1e1
}

.bg-orange {
	background-color:#FB9A43	
}


/* Global
----------------------------------------------------------------------------------------------------*/

/* Link Styles */

a.blue-arrow-link {
	display:block;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:600;
	float:left;
	color:#29ABE2;
	padding-left:26px;
	background:url(../images/icon-list-arrow-blue.png) no-repeat center left
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:100	
}

h1 {
	font-size:70px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	color:#000;
	line-height: 60px;
	margin-bottom: 10px
}

h1.small {
	font-size:50px	
}

h2, h3, h4 {
	font-family: 'Titillium Web', sans-serif	
}

h2 {
	font-size:40px;
	line-height:50px
}

h3 {
	font-size:30px;
	line-height:35px;
	margin-bottom:10px
}

h4 {
	font-size:18px;
	font-weight:300;
	line-height:20px;
	margin-bottom:20px
}

h4 strong {
	line-height:25px	
}

p {
	line-height:20px;
	margin-bottom:15px	
}

/* Font Options - For Titillium Web Font Only */

.text-shadow {
	text-shadow:2px 2px #EF5A1A	
}

strong,
.semibold {
	font-weight:600
}

.light {
	font-weight:300
}


/* Font Color */

.font-white {
	color:#fff
}

.font-orange {
	color:#EF5A1A	
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	z-index:1000000
}

#header.detached {
	position:fixed;
	top:0	
}

#header #logo {
	display:block;
	float:left;
	margin:20px 35px 0	
}

#header.detached #logo {
	margin:15px 35px
}

#header.detached #logo #main-logo,
#header #logo #secondary-logo {
	display:none
}

#header #logo #main-logo,
#header.detached #logo #secondary-logo {
	display:block
}

#header #header-navigation {
	display:block;
	float:right;
	margin:40px 35px 0
}

#header.detached #header-navigation {
	margin:35px 35px 0
}

#header #header-navigation li {
	float:left;
	margin:0 5px
}

#header #header-navigation li:last-child {
	margin: 0 5px 0 15px	
}

#header #header-navigation li a {
	position:relative;
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-align:center
}

#header.detached #header-navigation li a {
	color:#FB9A43
}

#header #header-navigation li a span {
	display:block;
	width:50px;
	margin-left:-10px;
	padding-top:40px;
	opacity:0
}

#header #header-navigation li a:hover span {
	opacity:1
}

#header #header-navigation li a span,
#header #header-navigation li a:hover span {
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear
}

#header #header-navigation li a#header-nav-expand {
	font-size:18px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight:600
}

#header #header-navigation li a.header-icon {
	width:32px;
	height:32px	
}

#header #header-navigation li a.contact {
	background:url(../images/icon-contact.png) no-repeat center center
}

#header #header-navigation li a.contact:hover {
	background:url(../images/icon-contact-black.png) no-repeat center center	
}

#header.detached #header-navigation li a.contact:hover {
	background:url(../images/icon-contact-orange.png) no-repeat center center	
}

#header #header-navigation li a.location {
	background:url(../images/icon-location.png) no-repeat center center
}

#header #header-navigation li a.location:hover {
	background:url(../images/icon-location-black.png) no-repeat center center
}

#header.detached #header-navigation li a.location:hover {
	background:url(../images/icon-location-orange.png) no-repeat center center
}

#header #header-navigation li a.career {
	background:url(../images/icon-career.png) no-repeat center center
}

#header #header-navigation li a.career:hover {
	background:url(../images/icon-career-black.png) no-repeat center center
}

#header.detached #header-navigation li a.career:hover {
	background:url(../images/icon-career-orange.png) no-repeat center center
}

#header #header-navigation li a#header-nav-expand {
	padding-right:40px;
	background:url(../images/icon-expand.png) no-repeat center right	
}

#header #header-navigation li a#header-nav-expand.active,
#header #header-navigation li a#header-nav-expand:hover {
	color:#000;
	background:url(../images/icon-expand-black.png) no-repeat center right	
}

#header.detached #header-navigation li a#header-nav-expand.active,
#header.detached #header-navigation li a#header-nav-expand:hover {
	color:#FB9A43;
	background:url(../images/icon-expand-orange.png) no-repeat center right	
}

#header #header-navigation li a img {
	margin-left:12px	
}

/* Sidr Plugin CSS Override */

.sidr {
	background-color:#000 !important;
	box-shadow:none !important
}

.sidr ul {
	padding:99px 0 30px !important;
	border:none !important;
	margin: 0 !important
}

.sidr ul li {
	border:none !important;
	line-height: 40px !important
}

.sidr ul li a,
.sidr ul li span {
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	font-size:18px;
	padding: 0 40px !important;
	height:40px;
	line-height: 40px
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
	box-shadow: none !important
}

.sidr ul li.active,
.sidr ul li:hover {
	background-color:#EF5A1A
}

/* Detached Navigation */

#header.detached {
	background-color:#282828
}

/* Content
----------------------------------------------------------------------------------------------------*/

/* Home Navigation */

.content a.home-nav-icon {
	display:block;
	position:absolute
}

.content a.home-nav-icon.gym {
	top:100px;
	left:155px;
	width:182px;
	height:130px;
	background:url(../images/icon-link-gym.png) no-repeat bottom center
}

.content a.home-nav-icon.pool {
	top:100px;
	right:80px;
	width:213px;
	height:170px;
	background:url(../images/icon-link-pool.png) no-repeat bottom center
}

.content a.home-nav-icon.parties {
	top:350px;
	left:60px;
	width:259px;
	height:155px;
	background:url(../images/icon-link-parties.png) no-repeat bottom center
}

.content a.home-nav-icon.wedding {
	top:510px;
	right:240px;
	width:227px;
	height:175px;
	background:url(../images/icon-link-wedding.png) no-repeat bottom center
}

.content a.home-nav-icon.gym:hover,
.content a.home-nav-icon.pool:hover,
.content a.home-nav-icon.parties:hover,
.content a.home-nav-icon.wedding:hover {
	background-position:top center	
}

/* Home Specific CSS */

#facebook {
	display:block;
	width:100%;
	height:560px;
	background-color:#0071BC
}

#facebook iframe {
	background-color:#fff;
	border:none;
	overflow:hidden;
	width:960px;
	height:560px
}

/* Content Info Table */

#content-info-table {
	position:relative;
	display:block;
	width:100%;
	text-align:center	
}

#content-info-table .content-info {
	display:inline-block;
	background-color:#F0F0F0;
	border:1px solid #E6E6E6;
	margin:0 1% 20px;
	vertical-align:top;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

/* Content Info Table - Heading / Price Section */

#content-info-table .content-info .info-table-heading,
#content-info-table .content-info .info-table-price {
	display:block;
	padding:25px	
}

#content-info-table .content-info .info-table-price h2 {
	padding:0 25px;
	line-height:35px	
}

#content-info-table .content-info .info-table-price {
	color:#EF5A1A
}

#content-info-table .content-info h2,
#content-info-table .content-info h3,
#content-info-table .content-info h4 {
	font-weight:300;
	margin:0
}

#content-info-table .content-info h3 {
	line-height:35px	
}

#content-info-table .content-info h4 {
	line-height:20px
}

#content-info-table .content-info h2 strong,
#content-info-table .content-info h3 strong,
#content-info-table .content-info h4 strong {
	font-weight:600
}

/* Info Table List Format */

#content-info-table .content-info ul.info-table-details {
	position:relative;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#content-info-table .content-info ul.info-table-details li {
	padding:20px 25px 10px;
	display:block;
	width:80%;
	margin:0 auto;
	border-bottom:1px solid #e6e6e6	
}

#content-info-table .content-info.vertical ul.info-table-details li {
	width:70%	
}

#content-info-table .content-info ul.info-table-details li.no-border {
	border:none !important
}

#content-info-table .content-info ul.info-table-details li:last-child {
	border:none;
	padding-bottom:35px
}

#content-info-table .content-info ul.info-table-details li.bg-lgrey {
	width:100%;
	padding:20px 0 10px
}

#content-info-table .content-info ul.info-table-details li h4 {
	margin-bottom:10px	
}

#content-info-table .content-info ul.info-table-details li h4 span {
	display:block;
	width:100%;
	margin:0 auto;
	padding:5px 0;
	border-bottom:1px dashed #e6e6e6	
}

#content-info-table .content-info ul.info-table-details li.bg-lgrey h4 span {
	width:80%;
	border-color:#fff
}

#content-info-table .content-info ul.info-table-details li h4 span:last-child {
	border:none
}

#content-info-table .content-info ul.info-table-details li.bg-lgrey:last-child {
	padding-bottom:20px	
}

/* Info Table List Format - Icons */

#content-info-table .content-info ul.info-table-details li .info-table-icon {
	display:inline-block;
	margin-bottom:5px
}

#content-info-table .content-info:hover ul.info-table-details li .info-table-icon .default-icon,
#content-info-table .content-info ul.info-table-details li .info-table-icon .swap-icon {
	display:none
}

#content-info-table .content-info ul.info-table-details li .info-table-icon .default-icon,
#content-info-table .content-info:hover ul.info-table-details li .info-table-icon .swap-icon {
	display:inline-block	
}

/* Info Table List Format - Image Links */

#content-info-table .content-info a.img-link {
	color:#000
}

#content-info-table .content-info .img-caption {
	display:block;
	padding:14px 25px 20px;
	background-color:#F2F2F2;
	text-align:left
}

#content-info-table .content-info .img-caption span.date {
	display:block;
	font-size:14px;
	color:#999;
	margin-bottom:5px
}

/* Info Table List Format - Tight Spacing Class */

#content-info-table .content-info ul.info-table-details.tight-spacing li {
	padding-top:5px;
	padding-bottom:0
}

#content-info-table .content-info ul.info-table-details.tight-spacing li:first-child {
	padding-top:25px;
		
}

#content-info-table .content-info ul.info-table-details.tight-spacing li:last-child {
	padding-bottom:50px	
}

/* Info Table List Format - Hover Effect */

#content-info-table .content-info:hover {
	background-color:#EF5A1A;
	border:1px solid #EF5A1A	
}

#content-info-table .content-info.img-links:hover {
	border:1px solid #E6E6E6
}

#content-info-table .content-info:hover h2,
#content-info-table .content-info:hover h3,
#content-info-table .content-info:hover h4 {
	color:#fff
}

#content-info-table .content-info:hover .bg-lgrey {
	background-color:#D84A19
}

#content-info-table .content-info:hover ul.info-table-details li {
	border-bottom:1px solid #fff
}

#content-info-table .content-info:hover ul.info-table-details li:last-child {
	border:none
}

#content-info-table .content-info .img-link:hover .img-caption {
	background-color:#000
}

/* Masonry Box Sizing CSS */

.item {
	margin:0 10px 20px
}

.one-third {
	width:25%
}

.two-third {
	width:50%
}

.three-third {
	width:75%
}

.four-third {
	width:100%
}

/* Google Maps */

#map-canvas {
	position:relative;
	display:block;
	width:100%;
	height:700px
}


/* Expanding List */

ul#expanding-list {
	position:relative;
	display:block;
	clear:both	
}

ul#expanding-list > li {
	border-bottom:1px solid #fff	
}

ul#expanding-list li a {
	display:block;
	height:48px;
	padding-left:20px;
	color:#000;
	line-height:20px;
	padding:12px 0 0 20px;
	background:#E6E6E6 url(../images/icon-expand-arrow-black.png) no-repeat center right	
}

ul#expanding-list li .expand-content {
	display:none;
	background-color:#F5F5F5;
	padding:15px 20px 0
}

/* Expanding List - Hover / Active Effect */

ul#expanding-list > li:hover a {
	color:#fff;
	background:#EF5A1A url(../images/icon-expand-arrow-white.png) no-repeat center right	
}

ul#expanding-list > li.active a {
	color:#EF5A1A;
	background:#F5F5F5 url(../images/icon-expand-arrow-orange.png) no-repeat center right		
}


/* Check List */

ul.check-list {
	position:relative;
	display:block;
	clear:both;
	margin-bottom:20px	
}

ul.check-list li {
	color:#666;
	padding:2px 0 2px 18px;
	line-height:20px;
	background:url(../images/icon-check.png) no-repeat 0 5px	
}

ul.check-list li.heading {
	font-weight:bold;
	padding:0;
	background:none	
}


/* Enquiry Form */

#enquiryform {
	margin:0 auto	
}
#enquiryform, #enquiryform fieldset, #enquiryform .max-width {
	width:100%
}
#enquiryform .container {
	position:relative;
	text-align:left;
	background-color:transparent;
	width:100%;
	padding-bottom:20px
}
#enquiryform label {
	display:block;
	height:40px;
	line-height:40px;
	margin-right:10px;
	float:left;
	font-size:14px;
	color:#000	
}
#enquiryform input {
	height:40px;
	width:540px;
	border:1px solid #ccc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	padding:0 15px;
	float:left;
	line-height:40px;
	color:#666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}
#enquiryform input:focus,
#enquiryform textarea:focus,
#enquiryform select:focus {
	border-color:#EF5A1A	
}
#enquiryform .select-moz {
	width:400px
}
#enquiryform select {
	color:#666;
	width:402px;
	padding:12px 10px 12px 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	margin:0;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background-image:url(../images/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: 370px 8px
}
@-moz-document url-prefix() {
.select-moz{
     background-image:url(../images/icon-select-arrow.png);
     background-repeat: no-repeat;
	background-color:#FFF;
	background-position: 370px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-bottom:4px;
	padding-bottom:0 !important
}
}
/* IE Hide Select Arrow */
#enquiryform select::-ms-expand {
    display: none
}
#enquiryform textarea {
	width:650px;
	height:150px;
	padding:15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#666;
	float:left;
	resize:none;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}
#enquiryform div#spamtrap {
	visibility:hidden
}
#enquiryform #scaptcha-label {
	margin-right:0;
	width:auto
}
#enquiryform .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}
#enquiryform .container-error-all span {
	height:auto !important	
}
#enquiryform .error {
	float:left;
}
#enquiryform .error, #enquiryform .error-all {
	font-size: 14px;
	font-weight:100;
	color:#fff
}
#enquiryform .error-all {
	padding:0;
	line-height:22px;
	margin:0
}
#enquiryform .error {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	z-index:2
}
#enquiryform .error div {
	height:38px;
	line-height:38px;
	margin:0 0 0 10px;
	padding:0 10px;
	background-color:#f00;
	border:2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px	
}
#enquiryform .error div img {
	position:absolute;
	display:block;
	width:18px;
	height:12px;
	bottom:-14px;
	right:60px;
	z-index:100
}
#enquiryform .error div span {
	display:block;
	font-size:14px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding:0;
	margin:0
}
#enquiryform fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#enquiryform fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}
#enquiryform #scaptcha {
	width:150px
}
#enquiryform .short_explanation {
	display:block;
	height:40px;
	line-height:40px;
	float:none;
	clear:both;
	margin:0;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	color:#000;
}
#enquiryform .short_explanation a {
	color:#0071bc
}
#enquiryform div img {
	background-color:#fff
}
#enquiryform .button {
	display:block;
	color:#fff;
	float:left;
	padding:0 25px;
	width:auto;
	height:40px;
	line-height:30px;
	font-size:14px;
	background-color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0
}
#enquiryform .button:hover {
	background-color:#EF5A1A
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

#enquiryform .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	padding:40px 0 30px;
	text-align:center
}

#footer p,
#footer a {
	font-size:12px	
}

#footer p {
	color:#ccc;
	line-height:25px	
}

#footer span,
#footer span a {
	color:#333	
}