/* `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;
	color:#000;
	font-weight:100
}

h1,
h2,
h3 {
	font-family: 'Pacifico', cursive;
	font-weight:normal
}

h1 {
	font-size:50px
}

h2 {
	font-size:42px;
	line-height:45px;
	color:#C1272D;
	margin-bottom:20px
}

h3 {
	font-size:24px	
}

h4 {
	font-size:18px;
	line-height:22px;
	font-weight:100;
	margin-bottom:15px
}

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

p a {
	color:#fff
}

/* Font Options */

.font-josefin {
	font-family: 'Josefin Sans', sans-serif
}

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

.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%;
	overflow:hidden
}

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

/* Background Styles */

#home {
	min-height:640px;
	max-height:640px;
	background-color:#F4A053;
	overflow:hidden
}

#what-we-do {
	background:url(../images/bg-squares.png) center top;
	padding:35px 0 50px
}

#what-we-do .content {
	padding:0;
	text-align:center
}

#about-us {
	background:url(../images/bg-about-us.jpg) no-repeat center center;
	padding:110px 0 130px;
	min-height:600px
}

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

/* Navigation */

#navigation,
#navigation-placeholder {
	height:60px;
	background-color:#fff	
}

#navigation ul#navigation-links {
	display:block;
	height:60px;
	width:100%;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

#navigation ul#navigation-links li {
	display:inline-block;
	border-left:1px solid #ccc;
	vertical-align:top
}

#navigation ul#navigation-links li:first-child {
	display:none;
	margin:0
}

#navigation ul#navigation-links li:first-child a {
	padding:0	
}

#navigation ul#navigation-links li:last-child {
	border-right:1px solid #ccc	
}

#navigation ul#navigation-links li a {
	display:block;
	height:60px;
	line-height:60px;
	padding:0 35px;
	color:#000;
	font-size:24px;
	font-family: 'Pacifico', cursive;
	-webkit-transition: color 150ms;
	-moz-transition: color 150ms;
	-o-transition: color 150ms;
	-ms-transition: color 150ms;
	transition: color 150ms
}

#navigation ul#navigation-links li.active a,
#navigation ul#navigation-links li a:hover {
	color:#C1272D	
}

/* Navigation - Detached */

#navigation-placeholder.detached {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	z-index:9000
}

#navigation-placeholder.detached ul#navigation-links {
	width:960px;
	height:80px;
	margin:0 auto;
	padding:0 10px;
	text-align:right
}

#navigation-placeholder.detached ul#navigation-links li {
	border:none
}

#navigation-placeholder.detached ul#navigation-links li:first-child {
	display:inline-block;
	float:left	
}

#navigation-placeholder.detached ul#navigation-links li a {
	height:80px;
	line-height:80px
}

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

/* Global Styles */

a.border-link {
	display:inline-block;
	height:40px;
	line-height:40px;
	border:1px solid #fff;
	color:#fff;
	padding:0 20px
}

a.facebook-link {
	display:inline-block;
	height:30px;
	line-height:35px;
	font-weight:bold;
	color:#000;
	padding-right:50px;
	background:url(../images/icon-facebook.png) no-repeat center right	
}

a.border-link.black {
	border:none;
	background-color:#000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px
}

.link-emphasis {
	text-decoration:underline;
	font-weight:bold
}

.divider {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-top:5px	
}

/* List Styles - Float List */

ul.float-list li {
	position:relative;
	display:block;
	float:left;
	margin:0 10px 20px
}

/* List Styles - Float List Expandible Content */

ul.float-list li.expandible {
	cursor:pointer	
}

ul.float-list li .expanding-content {
	position:absolute;
	display:block;
	width:440px;
	height:70px;
	bottom:10px;
	left:10px;
	color:#fff;
	padding:10px 0 0;
	background:rgba(51,51,51,0.8);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms	
}

ul.float-list li.active .expanding-content {
	height:440px;
	padding:80px 30px 0
}

ul.float-list li .expanding-content .collapse {
	position:absolute;
	top:10px;
	right:10px;
	opacity:0;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms
}

ul.float-list li.active .expanding-content .collapse {
	opacity:1
}

ul.float-list li .expanding-content h2 {
	display:block;
	padding-top:8px;
	margin-bottom:20px;
	font-family: 'Josefin Sans', sans-serif;
	color:#fff
}

ul.float-list li .expanding-content p {
	display:block
}

/* List Styles - Red Arrow List */

ul.red-arrow-list {
	margin-bottom:15px	
}

ul.red-arrow-list li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(../images/icon-red-arrow.png) no-repeat center left
}

/* List Styles - Clear List */

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

/* Google Maps */

#map-canvas {
	min-height:850px	
}

/* Home BXSlider CSS Override */

#logo-holder {
	height:1px;
	z-index:1000
}

#logo-holder img {
	padding-top:30px	
}

.bx-wrapper {
	margin:0 auto;
	min-height:640px;
	overflow:hidden
}

.bx-wrapper .bx-viewport {
	left:0;
	padding:100px 0 0;
	width:940px !important;
	margin:0 auto
}

.bxslider li {
	position:relative;
	min-height:480px;
	max-height:480px
}

.bxslider li img {
	float:right	
}

.bx-wrapper .bx-controls-direction a {
	top: 40%;
	margin-top:0;
	width: 22px;
	height: 39px
}

.bx-wrapper .bx-prev {
    left: 8%;
    background:url(../images/icon-slider-prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right: 8%;
    background:url(../images/icon-slider-next.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: 0 -39px
}

.bx-wrapper .bx-pager {
	padding-top: 0
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 30px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	width: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

/* Home BXSlider Slider Content CSS */

.slider-content {
	position:absolute;
	top:0;
	left:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.slider-content h2 {
	font-size:42px;
	font-family: 'Hind', sans-serif;
	font-weight:700;
	line-height:40px;
	color:#000;
	margin-bottom:10px
}

/* Fancybox CSS Override */

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

/* Enquiry Form */

#enquiryform-container {
	height:1px;
	overflow:visible;
	z-index:8000
}

#enquiryform-inner-container,
#enquiryform-inner-container #trigger-hide {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms
}

#enquiryform-inner-container {
	position:relative;
	display:block;
	width:460px;
	height:50px;
	margin-top:20px;
	padding:20px 20px 35px;
	overflow:hidden;
	background:rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#enquiryform-inner-container #trigger-hide {
	display:block;
	opacity:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}

#enquiryform-inner-container.show #trigger-hide {
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

#enquiryform-inner-container.show {
	height:800px
}

a.expand-close-btn.text {
	position:absolute;
	top:-50px;
	left:0;
	display:block;
	height:50px;
	width:100%;
	line-height:50px;
	text-align:center;
	color:#333;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	transition: all 150ms
}

a.expand-close-btn.text.show {
	top:0
}

a.expand-close-btn.btn {
	position:absolute;
	top:22px;
	right:18px;
	display:block;
	background:url(../images/icon-expand.png) no-repeat center center;
	width:14px;
	height:12px;
	z-index:100;
	overflow:hidden
}

a.expand-close-btn.btn.close {
	background:url(../images/icon-close.png) no-repeat center center;
}

.form {
	position:relative;
	display:block;
	width:100%;
	padding-top:10px
}

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

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

.form label {
	display:block;
	height:27px;
	line-height:27px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333333;
	width:118px;
	float:left
}

.form input {
	height:27px;
	width:302px;
	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 #contact-number {
	width:202px
}

.form .select-moz {
	position:relative;
	float:left;
	background-color:#fff;
	width:200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

.form select {
	color:#333;
	width:200px;
	padding:5px 25px 3px 7px;
	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/bg-option-select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:transparent
}

@-moz-document url-prefix() {
.select-moz {
	 background-image: url(../images/bg-option-select.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:302px;
	height:80px;
	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:absolute;
	top:3px;
	left:120px;
	display:block;
	background-color:#F9F9F9;
	margin:0;
	padding:0 10px;
	z-index:2;
	float:none;
	clear:both;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	top: 343px;
	left: 200px;
	white-space: nowrap;
	width: auto;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

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

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

.form .error span {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding-left:81px;
	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 20px;
	width:auto;
	height:30px;
	background:#333333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	border:1px solid #000;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

input[type=submit]:disabled,
button:disabled {
	color:#ccc !important;
	background:#B5B5B5 !important;
	border-color:#ccc !important
}

input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important;
	background:#B5B5B5 !important;
	border-color:#ccc !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;
}

#enquiryform-success-message {
	display:none
}

/* Payment / PayPal Form */

#paymentform {
	display:none;
	width:auto
}

#paymentform h2,
.fancybox-wrap h2 {
	margin-left:5px;
	margin-bottom:30px	
}

#PaymentPaypal label {
	width:180px;
	float:none;
	margin-right:5px	
}

#PaymentPaypal .field-info {
	line-height:20px;
	font-size:12px;
	color:#999
}

#PaymentPaypal .last {
	margin-top:30px
}

#PaymentPaypal .error {
	position: absolute;
	top: 31px;
	left: 310px;
	padding:0
}

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

#footer {
	padding:35px 0 40px;
	text-align:center;
	background-color:#333
}

#footer p,
#footer p a {
	font-size:12px;
	line-height:16px;
	color:#CCC
}