/* `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;
}
html, body {
	color:#333
}
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: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;
}

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

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

h1,
h2,
h3,
h4 {
	font-family: 'Maven Pro', sans-serif
}

h1 {
	font-size:30px;
	font-weight:900;
	color:#333
}

h2 {
	font-size:24px;
	font-weight:700;
	margin-bottom:15px
}

h2 strong {
	font-weight:900	
}

h3 {
	font-size:18px;
	font-weight:700;
	margin-bottom:5px
}

h4 {
	font-size:16px;
	font-weight:400
}

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

p a {
	color:#333;
	text-decoration:underline !important
}

/* Font Color */

.font-gold {
	color:#D3AB66;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* Font Classes */

.secondary-header {
	border-bottom:1px solid #D3AB66;
	padding-bottom:10px	
}

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

body {
	padding-top:100px
}

.container, .content {
	position:relative;
	display:block;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.container {
	width:100%;
	background: #ceb692;
	background: -moz-linear-gradient(45deg, #ceb692 0%, #ceb692 22%, #ede2d0 50%, #ceb692 77%, #ceb692 100%);
	background: -webkit-linear-gradient(45deg, #ceb692 0%,#ceb692 22%,#ede2d0 50%,#ceb692 77%,#ceb692 100%);
	background: linear-gradient(45deg, #ceb692 0%,#ceb692 22%,#ede2d0 50%,#ceb692 77%,#ceb692 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb692', endColorstr='#ceb692',GradientType=1)
}

.content {
	margin:0 auto;
	width:960px;
	padding-left:10px;
	padding-right:10px
}

/* Layout Sidebar and Themes */

.primary-header {
	display:inline-block;
	height:45px;
	line-height:45px;
	color:#fff;
	font-weight:700;
	background-color:#000;
	padding:0 20px;
	margin-bottom:25px
}

.primary-header.gold {
	color:#000;
	background-color:#D3AB66
}

.info,
.sidebar {
	position:relative;
	display:block
}

.info {
	float:left	
}

.sidebar {
	width:300px;
	float:right
}

.info.two-thirds {
	width:600px
}

.info.halfs {
	width:450px	
}

.info.halfs.left-half {
	float:left
}

.info.halfs.right-half {
	float:right
}

/* Layout Padding Options */

.paddingA {
	padding:60px 0 50px	
}

.paddingB {
	padding:40px 0 50px	
}

.paddingC {
	padding:0 0 45px
}

/* Layout Background Options */

.bg-lgrey {
	background:#f0f0f0
}

.bg-dgrey {
	background:#231F20
}

.bg-pattern {
	background:url(../images/bg-pattern.png) center center
}

.border-bottom {
	border-bottom:5px solid #000	
}

.border-bottom.gold {
	border-bottom:5px solid #D3AB66	
}

.border-white {
	border:5px solid #fff	
}

/* Splash
----------------------------------------------------------------------------------------------------*/

#splash {
	padding:0;
	background-color:#231F20;
	text-align:center
}

#splash .container,
#splash .content {
	min-width:300px	
}

#splash .container {
	position:absolute;
	top:0;
	left:0;
	padding:8% 0;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}

#splash .content {
	height:100%;
	width:auto;
	overflow:hidden
}

#splash a {
	display:block;
	clear:both
}

#splash a#splash-logo {
	-moz-animation-name: fadeindrop;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 1s;
	-webkit-animation-name: fadeindrop;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 1s;
	animation-name: fadeindrop;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1s
}

@-moz-keyframes fadeindrop {
	0% {
		-moz-transform: translateY(-100px);
		opacity:0
	}
	100% {
		-moz-transform: translateY(0);
		opacity:1
	}
}
@-webkit-keyframes fadeindrop {
	0% {
		-webkit-transform: translateY(-100px);
		opacity:0
	}
	100% {
		-webkit-transform: translateY(0);
		opacity:1
	}
}
@keyframes fadeindrop {
	0% {
		transform: translateY(-100px);
		opacity:0
	}
	100% {
		transform: translateY(0);
		opacity:1
	}
}

#splash a#splash-link {
	position:absolute;
	bottom:0;
	width:100%;
	-moz-animation-name: fadein;
	-moz-animation-iteration-count: 1;
	-moz-animation-duration: 3s;
	-webkit-animation-name: fadeindrop;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3s;
	animation-name: fadein;
	animation-iteration-count: 1;
	animation-duration: 3s
}

@-moz-keyframes fadein {
	0% {
		opacity:0
	}
	70% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-webkit-keyframes fadein {
	0% {
		opacity:0
	}
	70% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@keyframes fadein {
	0% {
		opacity:0
	}
	70% {
		opacity:0	
	}
	100% {
		opacity:1
	}
}

#splash a#splash-link h1 {
	display:inline-block;
	background-color:#D3AB66;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:30px;
	font-weight:900;
	font-family: 'Maven Pro', sans-serif;
	color:#000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

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

#header {
	position:fixed;
	top:0;
	z-index:8000
}

#header-main-nav {
	position:relative;
	height:100px;
	background-color:#231F20
}

#header-main-nav a#logo {
	position:absolute;
	top:10px;
	left:50px;
	z-index:9999
}

/* Header Navigation */

ul#header-navigation,
ul#header-navigation li a {
	display:block;
	height:50px	
}

ul#header-navigation {
	padding:25px 0;
	float:right;
	margin-right:85px
}

ul#header-navigation li {
	position:relative;
	margin:0 10px	
}

ul#header-navigation li a {
	font-family: 'Maven Pro', sans-serif;	
	font-weight:700;
	line-height:50px
}

ul#header-navigation li a,
ul#header-navigation li a img,
ul#header-subnavigation a {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms	
}

/* Header Navigation - Main */

ul#header-navigation > li {
	float:left	
}

ul#header-navigation > li > a {
	color:#B3B3B3
}

ul#header-navigation > li > a.active,
ul#header-navigation > li > a:hover {
	color:#fff	
}

ul#header-navigation > li:last-child > a img {
	position:absolute;
	top:10px;
	right:0;
	opacity:1
}

ul#header-navigation > li:last-child > a {
	color:#fff;
	margin:0 0 0 20px;
	padding-right:30px;
	background:url(../images/icon-expand-hover.png) no-repeat center right
}

ul#header-navigation > li:last-child > a.active,
ul#header-navigation > li:last-child > a:hover {
	color:#D3AB66
}

ul#header-navigation > li:last-child > a.active img,
ul#header-navigation > li:last-child > a:hover img {
	opacity:0	
}

/* Header Navigation - Middle */

ul#header-subnavigation {
	position:relative;
	width:100%;
	height:0;
	text-align:center;
	overflow:hidden;
	background:url(../images/bg-dropdown.png) repeat-x top center
}

ul#header-subnavigation li {
	position:relative;
	display:inline-block;
	margin-right:-4px
}

ul#header-subnavigation li a {
	display:block;
	height:50px;
	padding:0 10px;
	font-family: 'Maven Pro', sans-serif;	
	font-weight:700;
	line-height:50px
}

ul#header-subnavigation > li > a {
	color:#000
}

ul#header-subnavigation > li > a.trigger-subnavigation {
	background:url(../images/bg-dropdown-arrow-black.png) no-repeat center 40px;
}

ul#header-subnavigation > li > a:hover {
	background-color:#BC8E50
}

ul#header-subnavigation > li > a.active {
	background-color:#000;
	color:#D3AB66	
}

ul#header-subnavigation > li > a.trigger-subnavigation.active {
	background:#000 url(../images/bg-dropdown-arrow-brown.png) no-repeat center 40px
}

/* Header Navigation - Lower */

ul.header-subnavigation-content {
	position:absolute;
	left:0;
	height:0;
	white-space:nowrap	
}

ul.header-subnavigation-content li a {
	padding:0 30px 0 0 !important;
	color:#b3b3b3
}

ul.header-subnavigation-content li a.active,
ul.header-subnavigation-content li a:hover {
	color:#fff
}

/* Header Subnavigation Animation */

ul#header-subnavigation,
ul.header-subnavigation-content {
	-webkit-transition: height 150ms;
	-moz-transition: height 150ms;
	-o-transition: height 150ms;
	transition: height 150ms
}

ul#header-subnavigation.active,
ul.header-subnavigation-content.active {
	height:50px;	
}

ul#header-subnavigation.active.expand {
	height:100px;
	
}

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

/* Global Styles - Content Header */

.content-header {
	height:500px;
	background:none;
	overflow:hidden;
	border-bottom:5px solid #000	
}

.content-header.resized {
	height:600px
}

.content-header .content {
	width:940px;
	padding:0;
	min-width:940px
}

.content-header > img {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: auto;
	min-width: 1200px;
	min-height: 500px
}

.content-header .content {
	height:500px
}

.content-header-text {
	position:absolute;
	z-index:1000	
}

.content-header-text.top {
	top:0	
}

.content-header-text.bottom {
	bottom:0
}

.content-header-text.left {
	left:0
}

.content-header-text.right {
	right:0
}

.content-header-text img {
	width:auto;
	height:auto;
	min-width:inherit;
	min-height:inherit
}

.content-header-text img,
.content-header-text a {
	float:left	
}

/* Custom Info Link */

a.custom-link {
	display:block;
	width:460px;
	background:rgba(0,0,0,0.3);
	padding:20px 10px 20px 20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

a.custom-link > img {
	float:left;
	border:5px solid #fff;
	margin-right:20px
}

a.custom-link h2 {
	color:#D3AB66;
	margin-bottom:5px
}

a.custom-link p {
	color:#fff	
}

a.custom-link,
a.custom-link > img,
a.custom-link h2,
a.custom-link p {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms
}

a.custom-link:hover {
	background-color:#D3AB66
}

a.custom-link:hover > img {
	border-color:#000	
}

a.custom-link:hover h2,
a.custom-link:hover p {
	color:#000
}

/* More Info Link */

.more-info-link {
	position:relative;
	display:block;
	height:30px;
	line-height:30px;
	color:#fff;
	padding:0 40px 0 10px;
	background:#000 url(../images/icon-arrow-black.png) no-repeat center right	
}

.more-info-link img {
	position:absolute;
	border:none;
	top:0;
	right:0;
	opacity:1
}

.more-info-link,
.more-info-link img {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms
}

a.custom-link:hover .more-info-link,
.more-info-link:hover {
	color:#000;
	background-color:#F2DBB4
}

a.custom-link:hover .more-info-link img,
.more-info-link:hover img {
	opacity:0	
}

/* List Styles - Featured Links */

ul.featured-links {
	display:block;
	padding:30px 110px;
	text-align:center
}

ul.featured-links li {
	display:inline-block;
	margin:0 35px
}

ul.featured-links li a {
	display:block;
	width:170px;
	height:200px;
}

ul.featured-links li a#classes-group {
	background:url(../images/img-group-classes-hover.png) no-repeat center center
}

ul.featured-links li a#classes-private {
	background:url(../images/img-private-training-hover.png) no-repeat center center
}

ul.featured-links li a img {
	opacity:1	
}

ul.featured-links li a img {
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	transition: opacity 150ms
}

ul.featured-links li a:hover img {
	opacity:0	
}

/* List Styles - Point List */

ul.point-list li {
	padding-left:20px;
	background:url(../images/icon-bullet.png) no-repeat 0 2px;
	margin-bottom:5px;
	line-height:18px	
}

ul.point-list li.list-heading {
	background:none;
	padding:0;
	font-family: 'Maven Pro', sans-serif;
	font-size:18px;
	font-weight:900	
}

/* List Styles - Point List Invert */

ul.point-list.invert li {
	background:url(../images/icon-bullet-invert.png) no-repeat 0 1px;
	color:#fff
}

/* List Styles - Merchandise Image List */

ul.merchandise-list,
ul.merchandise-list li,
ul.merchandise-list li a {
	display:block	
}

ul.merchandise-list li {
	float:left;
	margin:0 20px 30px 0;
	text-align:center
}

ul.merchandise-list li a img {
	clear:both;
	border:5px solid #000;
	-webkit-transition: border 150ms;
	-moz-transition: border 150ms;
	-o-transition: border 150ms;
	transition: border 150ms
}

ul.merchandise-list li a {
	margin-bottom:5px
}

ul.merchandise-list li a:hover img {
	border:5px solid #D3AB66	
}

/* List Styles - Social Links */

ul.social-links li {
	display:block;
	clear:both;
	line-height:16px;
	margin-bottom:10px
}

ul.social-links li a {
	display:inline-block;
	color:#333;
	text-decoration:underline !important
}

ul.social-links li img {
	padding-right:10px;
	float:left;
	margin:0
}

/* List Styles - Clear List */

ul li.clear-list {
	clear:both !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none;
	background:none !important	
}

ul li.clear-list:before,
ul li.clear-list:after {
	display:none !important
}

/* Home BXSlider CSS Override */

#home-slider {
	height:505px;
	overflow:hidden	
}

.bx-wrapper .bx-viewport {
	border:none;
	padding:0;
	left:0;
	border-bottom:5px solid #000;
	max-height:500px;
	overflow:hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bx-slider li {
	height:500px;
	overflow:hidden	
}

.bx-wrapper img {
	width: 100%;
	height: auto;
	min-width: 1200px;
	min-height: 500px;	
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	vertical-align:top
}

.bx-wrapper .bx-loading {
	background: url(../images/bx_loader.gif) center center no-repeat #fff
}

.bx-wrapper .bx-prev {
	background: url(../images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
	background: url(../images/controls.png) no-repeat -43px -32px
}

/* Home BXSlider Custom Elements */

.slider-center {
	position:relative;
	display:block;
	width:940px;
	height:0;
	margin:0 auto	
}

.slider-content {
	position:absolute;
	display:block;
	width:940px;
	height:500px;
	z-index:1000
}

.slider-text {
	position:absolute	
}

.slider-text.top {
	top:0	
}

.slider-text.bottom {
	bottom:0
}

.slider-text.left {
	left:0
}

.slider-text.right {
	right:0
}

.slider-text img {
	width:auto;
	height:auto;
	min-width:inherit;
	min-height:inherit
}

.slider-text img,
.slider-text img a {
	float:left	
}

/* Bxslider Custom Prev and Next Button */

#custom-prev,
#custom-next {
	display:inline-block;
	height:30px;
	width:31px;
	margin:0 5px;
	cursor:pointer
}

#custom-prev {
	background:url(../images/icon-slider-prev.png) no-repeat center top
}

#custom-next {
	background:url(../images/icon-slider-next.png) no-repeat center top
}

#custom-prev:hover,
#custom-next:hover {
	background-position:center bottom	
}

/* Slider Image List */

ul.slider-image-list,
ul.slider-image-list li,
ul.slider-image-list li a {
	display:block	
}

ul.slider-image-list li {
	float:left;
	margin:0 10px 20px
}

ul.slider-image-list li a img {
	min-width: inherit;
	min-height: inherit	
}

ul.slider-image-list li a {
	border:5px solid #000;
	-webkit-transition: border 150ms;
	-moz-transition: border 150ms;
	-o-transition: border 150ms;
	transition: border 150ms
}

ul.slider-image-list li a:hover {
	border:5px solid #D3AB66	
}

/* Our Facilities / Services BXSlider CSS Override */

#subslider .bx-wrapper {
	margin: 45px auto 30px
}

#subslider .bx-wrapper .bx-viewport {
	background:none;
	border:none
}

#subslider .bx-wrapper .bx-pager {
	font-family:Helvetica, Arial, sans-serif;
	padding-top:0;
	bottom:-30px
}

#subslider .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent:inherit;
	width: 32px;
	height: 30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin: 0 4px;
	background:url(../images/icon-slider-bullet.png) no-repeat center top;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px
}

#subslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#subslider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../images/icon-slider-bullet.png) no-repeat center bottom;
	color:#fff
}

/* Fancybox CSS Override */

.fancybox-inner {
	overflow:visible !important	
}

.fancybox-skin {
	color:#000
}

.fancybox-close {
	width:60px;
	height:60px;
	top:-27px;
	right: -34px;
	background:url(../images/icon-close-popup.png) no-repeat 0 0 !important;
	z-index:100
}

.fancybox-title-inside-wrap {
	padding: 10px 20px 0
}

.fancybox-title-inside-wrap {
	padding:10px 0 0	
}

/* Google Map Canvas */

#map-canvas {
	position:absolute;
	top:0;
	display:block;
	width:100%;
	height:500px;
	border-bottom:5px solid #000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

/* Request / Register Forms */

#enquiryform_success_message {
	display:none
}

.form {
	position:relative;
	display:block;
	width:100%
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	padding-bottom:10px;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .container.labelless {
	padding-left:80px
}

.form .container.labelless:last-child {
	padding-bottom:0	
}

.form .container.divided:nth-child(3n+2) {
	margin-left:20px
}

.form label {
	display:block;
	height:24px;
	line-height:24px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100
}

.form input {
	height:30px;
	width:100%;
	line-height:30px;
	border:1px solid #ccc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	padding:0 10px;
	float:left;
	color:#000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

.form .select-moz {
	position:relative;
	float:left;
	background-color:#fff;
	padding-bottom:0;
	width:100%;
	max-width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

.form select {
	color:#333;
	width:100%;
	padding:6px 25px 6px 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background-image: url(../images/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:transparent
}

@-moz-document url-prefix() {
.select-moz {
	max-width:300px;
	background-image: url(../images/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	background-position: right center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:1px solid #ccc;
	padding-bottom:0 !important
}
}

/* IE Hide Select Arrow */
.form select::-ms-expand {
	display: none
}

.form textarea {
	width:100%;
	height:120px;
	background:#fff;
	padding:8px 11px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#000;
	float:left;
	resize:none;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	color:#f00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	line-height:20px;
	padding:0 10px;
	margin:0
}

.form .error div:before {
	position:absolute;
	top:0;
	left:-7px;
	display:block;
	content:"";
	width:8px;
	height:30px;
	background:url(../images/bg-popup-tail-red.png) no-repeat center center	
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
	color:#fff;
	padding:0 40px 0 10px;
	background: #000 url(../images/icon-arrow-white.png) no-repeat center right;
	border:none;
	width:auto;
	height:30px;
	line-height:30px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

.form-status {
	display:block
}

.form-status h2 {
	margin-bottom:5px !important	
}

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

.form .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;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
	background:#b5b5b5 url(../images/icon-arrow-disabled.png) no-repeat center right !important
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important
}

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

#footer {
	background:#231F20;
	padding:25px 0;
	text-align:center
}

#footer p {
	color:#B3B3B3;
	line-height:22px
}

#footer p span,
#footer p span a {
	color:#231F20	
}

