@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css');

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}


/**
 * 1. Elements will take font from parent, no longer needed to be set
 *    individually
 * 2. Padding included in width allowing pxs and ems without layout change.
 */

* {
	font-family: inherit; /* 1 */
	box-sizing: border-box; /* 2 */
	-moz-box-sizing: border-box; /* 2 */
	-webkit-box-sizing: border-box; /* 2 */
}

.hidden { 
    display: none; 
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #FF0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Fixes highlight on Chrome
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	outline: 0; /* 4 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 1 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

td,
th {
	padding: 0;
}



/* Responsive iFrame
   ========================================================================== */

.responsive-video-title
{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #434343;
	text-align: center;
}
.responsive-video
{
	margin: 0% auto 0% auto;
	padding: 1em 0% 1em 0%;
}
.responsive-video .responsive-video-inner
{
	padding-bottom: 56.25%;
	height: 0%;
	position: relative;
}
.responsive-video iframe
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}


/* Default Popup
   ========================================================================== */

/**
   * Overide styles must be created in main stylesheeet  
*/
 
div.popup-background {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.56);
	z-index: 5000;
	text-align: center;
	white-space: nowrap;
	position: fixed;
}
div.popup-background:before {
	width: 0;
	height: 100%;
	content: "";
	vertical-align: middle;
	display: inline-block;
}
div.popup-panel { 
	margin: 0em auto 0em auto; 
	padding: 0.75em 90px 0.75em 90px; 
	width: 37.5em; 
	max-width: 100%; 
	max-height: 100%; 
	overflow-y: auto; 
	color: #000000; 
	background-color: #FFFFFF; 
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25); 
	border-radius: 10px 10px 10px 10px; 
	text-align: left; vertical-align: middle; 
	white-space: normal; 
	position: relative; 
	display: inline-block; 
	-webkit-overflow-scrolling: touch; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
div.popup-panel input,
div.popup-panel select,
div.popup-panel textarea { 
	border: 1px solid #000000;
}
div.popup-panel.alert p {
	margin: 0% 0% 1em 0%;
	text-align: center;
}
div.popup-panel span.close { 
	top: 0.5em;
	right: 0.5em;
	position: absolute;
	cursor: pointer; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none;
}
div.popup-panel button { 
	margin: 0% auto; 
	padding: 0.125em 1.5em; 
	font-size: 1.125em; 
	color: #FEFEFE; 
	background-color: #000000; 
	border: 0px none; 
	display: block; 
	border-radius: 5px;
}

#ifmobile {
	display: none;
}

/* Hide All mobile elements */

.mobile-element {
	display: none !important;
}

/* Validation star defaults*/
.red-star {
	font-size: 0.75em;
	color: #FF0000;
}


/* Responsive Resizable Images
   ========================================================================== */

.loading {
	background-image: url('../images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.image_container {
	width: 100%;
	padding-top: 100%;
	height: 0;
	position: relative;
}
.image_container .image_dimensions {
	margin: 0em auto 0em auto;
	padding: 1px 1px 1px 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display: inline-block;
	overflow: hidden;
}
.image_container .image_dimensions:before {
	width: 0;
	height: 100%;
	content: "";
	vertical-align: middle;
	display: inline-block;
}
.image_container .image_dimensions img {
	max-width: 100%;
	max-height: 100%;
	white-space: normal;
	vertical-align: middle;
	display: inline;
}


/* Slideshow
   ========================================================================== */

	.wg-slider																	{ margin: 0; padding: 0; width: 100%; position: relative; z-index: 3; -webkit-tap-highlight-color: rgba(0,0,0,0); }
	.wg-slider .no-transition													{ -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition: none !important; }

	.wg-slider .slides-container												{ position: relative; z-index: 1; }
	.wg-slider .slides															{ margin: 0; padding: 0; width: 100%; height: 0; background-color: #FFFFFF; float: none; overflow: hidden; position: relative; cursor: default; }
	.wg-slider.draggable .slides												{ cursor: grab; }
	.wg-slider.draggable .slides.grabbing										{ cursor: grabbing; }
	.wg-slider.draggable .slides.grabbing .slide								{ pointer-events: none; }

	.wg-slider .slide															{ width: 100%; height: 100%; top: 0; position: absolute; z-index: 1; }
	.wg-slider .slide.current													{ z-index: 2; }
	.wg-slider .slide-image														{ top: 0; bottom: 0; left: 0; right: 0; background-size: contain; background-repeat: no-repeat; background-position: center center; position: absolute; z-index: 1; /*pointer-events: none;*/ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
	.wg-slider .slide-image.slide-loading										{ background-image: url('../images/ajax-loader.gif'); background-size: auto; }
	.wg-slider .slide-thumb														{ display: none; }

	.wg-slider .slide-caption													{ margin: 0 auto; max-width: 100%; left: 0; right: 0; background-color: rgba(255, 255, 255, 0.8); position: absolute; z-index: 3; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
	.wg-slider .slide-caption.loading-large										{ display: none; }
	.wg-slider .slide-caption.hide-caption										{ opacity: 0; }
	.wg-slider .slide-caption.show-caption										{ opacity: 1; }
	.wg-slider .content-thumb													{ display: none; }
	.wg-slider .content															{ margin: 0; padding: 1em; text-align: center; }
	.wg-slider .content :first-child											{ margin-top: 0; }
	.wg-slider .content :last-child												{ margin-bottom: 0; }

	.wg-slider .pips															{ margin: 0 auto; padding: 0 1.4% 0 1.4%; width: 100%; max-width: 100%; bottom: 1.5%; text-align: center; display: inline-block; position: absolute; z-index: 4; }
	.wg-slider .pips.pips-left													{ text-align: left; }
	.wg-slider .pips.pips-right													{ text-align: right; }
	.wg-slider .pips.pips-below													{ margin-top: 10px; position: relative; }
	.wg-slider .pips.no-pips													{ display: none; }
	.wg-slider .pips .pip														{ margin: 0 0 0 1em; padding: 0; width: 14px; height: 14px; background-color: #000000; display: inline-block; cursor: pointer; -webkit-border-radius: 14px; border-radius: 14px; -webkit-border-radius: 50%; border-radius: 50%; }
	.wg-slider .pips.pips-square .pip											{ border-radius: 0; }
	.wg-slider .pips .pip:first-child											{ margin-left: 0; }
	.wg-slider .pips .pip.current												{ background-color: #FFFFFF; }

	.wg-slider .slide-arrow														{ top: 50%; vertical-align: middle; display: inline-block; position: absolute; z-index: 3; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
	.wg-slider .slide-arrow:before												{ margin: 0 0.5em; padding: 0.125em 0.5em; font-size: 2em; line-height: 1.3125em; background-color: #FFFFFF; border-radius: 0.75em; vertical-align: middle; display: inline-block; cursor: pointer; }
	.wg-slider .slide-arrow.arrow-left											{ left: 0; }
	.wg-slider .slide-arrow.arrow-left:before									{ content: '<'; }
	.wg-slider .slide-arrow.arrow-right											{ right: 0; }
	.wg-slider .slide-arrow.arrow-right:before									{ content: '>'; }

	/* Caption Types */

	.wg-slider .slide-caption.caption-span-edge									{ bottom: 0; }
	.wg-slider .slide-caption.caption-span-edge.hide-caption					{ bottom: -50px; }

	.wg-slider .slide-caption.caption-span-edge.caption-span-top				{ top: 0; bottom: auto; }
	.wg-slider .slide-caption.caption-span-edge.caption-span-top.hide-caption	{ top: -50px; }

	.wg-slider .slide-caption.caption-span-edge.caption-span-left,
	.wg-slider .slide-caption.caption-span-edge.caption-span-right				{ width: 400px; height: 100%; top: 0; bottom: 0; }
	.wg-slider .slide-caption.caption-span-edge.caption-span-left:before,
	.wg-slider .slide-caption.caption-span-edge.caption-span-right:before		{ width: 0; height: 100%; content: ""; vertical-align: middle; display: inline-block; }
	.wg-slider .slide-caption.caption-span-edge.caption-span-left div.content,
	.wg-slider .slide-caption.caption-span-edge.caption-span-right div.content	{ width: 100%; text-align: center; vertical-align: middle; position: relative; display: inline-block; }

	.wg-slider .slide-caption.caption-span-edge.caption-span-left				{ left: 0; }
	.wg-slider .slide-caption.caption-span-edge.caption-span-left.hide-caption	{ left: -50px; }

	.wg-slider .slide-caption.caption-span-edge.caption-span-right				{ right: 0; }
	.wg-slider .slide-caption.caption-span-edge.caption-span-right.hide-caption	{ right: -50px; }

	.wg-slider .slide-caption.caption-float-box									{ padding: 0 10%; bottom: 10%; background-color: transparent; }
	.wg-slider .slide-caption.caption-float-box .content						{ margin: 0 auto 0 auto; width: 100%; max-width: 400px; background-color: rgba(255, 255, 255, 0.8); }

	.wg-slider .slide-caption.caption-float-box.caption-float-left .content		{ margin-left: 0; }
	.wg-slider .slide-caption.caption-float-box.caption-float-right .content	{ margin-right: 0; }

/* Enquiry Forms
   ========================================================================== */

	form .field-block															{ margin: 0%; padding: 5px 0%; width: 100%; position: relative; display: inline-block; }
	form .field-block.col-2														{ width: 50%; }
	form .field-block.col-2.left												{ padding-right: 2%; float: left; clear: left; }
	form .field-block.col-2.right												{ padding-left: 2%; float: right; clear: right; }
	form .field-block .field-label												{ margin: 0%; padding: 0.25em 0.375em; width: 100%; display: block; }
	form .field-block input[type=text],
	form .field-block textarea,
	form .field-block select													{ margin: 0%; padding: 0.25em 0.375em; width: 100%; border: 1px solid #DDDDDD; background-color: #FFFFFF; }
	#rc-imageselect, form .g-recaptcha											{ -webkit-transform-origin: 0 0; transform-origin: 0 0; }


@media only screen and (min-width: 0px) and (max-width: 800px) {

	/* Mobile elements */

		.desktop-element														{ display: none !important; }
		.mobile-element															{ display: block !important; }
		.mobile-element.display-inline											{ display: inline !important; }
		.mobile-element.display-inline-block									{ display: inline-block !important; }
		.mobile-element.display-table											{ display: table !important; }
		.mobile-element.display-table-row										{ display: table-row !important; }
		.mobile-element.display-table-cell										{ display: table-cell !important; }

	/* Slideshow, thumb is not mobile-element in case of override */

		.wg-slider .slide-large													{ display: none; }
		.wg-slider .slide-thumb													{ display: block; }

		.wg-slider .slide-caption.loading-large									{ display: block; }
		.wg-slider .slide-caption.loading-thumb									{ display: none; }
		.wg-slider .content-large												{ display: none; }
		.wg-slider .content-thumb												{ display: block; }

}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	/* Popup Styles (Mobile version takes up full screen) */
		div.page.hidden {
			height: 0;
			display: none;
		}

	/* Popup Styles for popup only times */

		div.popup-background.full {
			text-align: left;
			position: absolute;
		}

		div.popup-background.full:before {
			height: auto;
			display: block;
		}

		div.popup-background.full .popup-panel {
			width: 100%;
			max-width: none;
			min-height: 100%;
			max-height: none;
			box-shadow: none;
			border-width: 0.75em 0.75em 0.75em 0.75em;
			border-radius: 0px 0px 0px 0px;
			position: absolute;
		}

		#ifmobile {
			display: block;
		}

	/* Slideshow, float-box override to fit content on mobile */

		.wg-slider .slide-caption.caption-float-box								{ padding-left: 0; padding-right: 0; }
}