/* `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 {
	color:#0071BC
}
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
----------------------------------------------------------------------------------------------------*/

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

.container {
	width:100%
}

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

/* Background Color */

.bg-white {
	background-color:#fff
}

.bg-grey {
	background-color:#323737	
}

.bg-dgrey {
	background-color:#2D3232	
}

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

/* Background Themes */

.bg-theme-a {
	background:url(../images/bg-scene-a.jpg) repeat-x center center
}

.bg-theme-a,
.bg-theme-a .content {
	height:315px
}

.bg-theme-a img {
	position:absolute;
	bottom:0;
	left:-145px;
	z-index:100	
}

.bg-theme-b {
	background:url(../images/bg-scene-b.jpg) repeat-x center center
}

.bg-theme-b,
.bg-theme-b .content {
	height:300px
}

.bg-theme-c {
	background:url(../images/bg-scene-c.jpg) repeat-x center center;
	background-size:cover
}

.bg-theme-c,
.bg-theme-c .content {
	min-height:620px
}

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

body {
	font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:100;
	color:#808080
}

h1, h2 {
	font-family: 'Ek Mukta', sans-serif
}

h1 {
	font-size:30px;
	font-weight:600;
	color:#8EC63F;
	line-height:40px	
}

h2 {
	font-size:24px;
	font-weight:300;
	color:#323737;
	line-height:25px;
	margin-bottom:10px
}

h2 strong {
	font-weight:600
}

h3 {
	font-size:18px	
}

p {
	margin-bottom:8px	
}

/* Font Options */

.font-sml {
	font-size:12px	
}

.font-lgrey {
	color:#B3B3B3
}

.font-brown {
	color:#C7B299
}

.font-olive {
	color:#B1C98B
}

.bg-grey h2,
.bg-grey p {
	color:#b3b3b3
}


/* Fixed Navigation
----------------------------------------------------------------------------------------------------*/

ul#navigation {
	position:fixed;
	top:0;
	right:20px;
	z-index:9999;
	-webkit-transform: translateZ(0)
}

ul#navigation li,
ul#navigation li a,
ul#navigation li a span {
	display:block
}

ul#navigation li {
	margin-bottom:10px	
}

ul#navigation li a {
	position:relative;
	height:32px;
	width:32px;
	background:url(../images/icon-navigation.png) no-repeat center right	
}

ul#navigation li.back-top a {
	background:url(../images/icon-back-top.png) no-repeat center right
}

ul#navigation li a span {
	position:absolute;
	top:0;
	right:40px;
	white-space:nowrap;
	height:32px;
	line-height:32px;
	color:#8EC63F;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
	opacity:0
}

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

ul#navigation li.back-top a:hover {
	background:url(../images/icon-back-top-hover.png) no-repeat center right	
}

ul#navigation li a:hover span {
	opacity:1	
}

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

img#logo {
	float:left;
	margin:90px 0 20px	
}

.content .contact-section,
.content .form-section {
	display:block;
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.content .contact-section {
	padding:35px 30px 60px;
	background-color:#323737;
	padding-right:18px
}

.content .contact-section h2 {
	color:#808080
}

.content .form-section {
	padding-left:18px
}

.content .contact-section h1,
.content .form-section h1 {
	margin-bottom:5px
}

.content .form-section h1 {
	color:#fff;
	line-height:28px
}

.content .contact-section p,
.content .form-section p {
	color:#808080	
}

/* Custom Image Placement */

#building-specifications #hover-img {
	position:absolute;
	top:15px;
	right:-160px;
	z-index:100
}

/* Global Classes - Misc */

.bordered {
	border:5px solid #E6E6E6	
}

.divider {
	border-top:1px solid #282D2D;
	border-bottom:1px solid #3C4141;
	margin-bottom:30px;
	margin-top:30px;	
}

/* Global Classes - Links */

/* Global Classes - Lists */

/* Custom List (Custom Icon) */

ul.custom-list {
	display:block;
	margin-top:5px
}

ul.custom-list li {
	color:#808080;
	padding:0 0 5px 12px;
	line-height:18px;
	font-style:italic;
	background:url(../images/icon-list.png) no-repeat 0 3px
}

/* Image List */

ul.image-list {
	display:block;
	float:right;
	width:640px
}

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

ul.image-list li a:after {
	content: "";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5) url(../images/icon-zoom.png) no-repeat center center;
	opacity:0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms
}
	
ul.image-list li img {
	border:5px solid #e6e6e6	
}

ul.image-list li:hover a:after {
	opacity:1
}

ul.image-list li:hover img {
	border-color:#323737
}

ul.image-list li.last {
	clear:both;
	float:none;
	margin:0;
	width:100%	
}

/* Global Classes - Tables */

/* Specifications Table */

table.specifications {
	width:620px	
}

table.specifications td table {
	width:auto;
	float:left	
}

table.specifications td {
	padding:5px 0;
	color:#fff;
	font-style:italic
}

table.specifications tr td {
	background:url(../images/bg-trans-border.png) repeat-x center bottom
}

table.specifications table tr td {
	background:none
}

table.specifications tr > td:first-child {
	width:135px
}

table.specifications table tr > td:first-child  {
	width:170px
}

table.specifications table tr td {
	padding:0 0 5px
}

table.specifications tr > td:nth-child(2n) {
	padding-right:5px
}

/* Location Table */

table.location-list td {
	font-style:italic;
	text-align:right;
	padding:2px 0;
	color:#323737
}

table.location-list td:nth-child(2n) {
	padding:2px 10px;
	width:55px;
	background:url(../images/icon-arrow.png) no-repeat 14px 5px
}

/* Enquiry Form */

#enquiryform, #enquiryform fieldset {
	position:relative;
	display:block;
	width:100%
}

#enquiryform .container {
	position:relative;
	text-align:left;
	width:100%;
	min-width:inherit;
	padding:0 0 10px 0;
	background:none
}

#enquiryform .container.captcha {
	width:auto;
	float:left;
	padding:0 10px;
	background-color:#fff	
}

#enquiryform label {
	display:block;
	height:30px;
	line-height:30px	
}

#enquiryform input {
	height:30px;
	width:100%;
	line-height:30px;
	border:1px solid #808080;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	padding:0 15px;
	float:left;
	color:#808080;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#enquiryform input:focus,
#enquiryform textarea:focus,
#enquiryform select:focus {
	border-color:#29ABE2	
}

#enquiryform textarea {
	width:100%;
	height:80px;
	margin:0;
	padding:7px 15px;
	border:1px solid #808080;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#808080;
	float:left;
	resize:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#enquiryform div#spamtrap {
	visibility:hidden
}

#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: 12px;
	font-weight:100;
	width:100%;
	color:#fff;
}
#enquiryform .error-all {
	padding:0;
	line-height:22px;
	margin:0
}

#enquiryform .error {
	position:relative;
	display:block;
	background-color:#F00;
	width:100%;
	margin:0;
	padding:0 0 0 17px;
	z-index:2;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#enquiryform .error span {
	display:block;
	font-size:12px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding-left:140px;
	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:90px;
	border-color:#CCCCCC
}

#enquiryform #scaptcha-label {
	float:left;
	height:30px;
	margin-right:5px;
	line-height:30px;
	font-size:12px
}

#enquiryform #captcha .error {
	padding-left:15px
}

#enquiryform .short_explanation {
	display:block;
	margin:0;
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	line-height:30px;
	padding-bottom:10px
}

#enquiryform .short_explanation label {
	float:left;
	margin-right:5px
}

#enquiryform .short_explanation a {
	color:#29ABE2
}

#enquiryform div img {
	background-color:#fff;
	margin:10px 15px 10px 0;
	float:left
}

.form-status {
	display:block;
	padding:15px 10px;
	background:#fff url(../images/icon-tick.jpg) no-repeat center right
}

.form-status p {
	color:#323737;
	margin:0
}

#enquiryform .button {
	display:block;
	color:#fff;
	padding:0 20px;
	width:auto;
	height:30px;
	line-height:30px;
	margin-top:10px;
	font-size:14px;
	background-color:#ED1C24;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	border:none;
	cursor:pointer
}

/* 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;
}

#fg_submit_success_message {
	display:none;
	padding:15px;
}

/* Slideshow BXslider Css Override */

.bg-grey .bx-wrapper {
	float:right;
	width:700px;
	margin: 0 0 0 20px !important
}

#facilities .bx-wrapper {
	float:left;
	padding:10px;
	background-color:#323737;
	width:600px;
	margin: 0 20px 0 0 !important
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
	border:  none;
	left: 0;
	background-color:transparent
}

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

.bx-wrapper .bx-pager {
	padding-top: 0
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#ffffff;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

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

.bx-wrapper .bx-controls-direction a {
    height: 43px;
    width: 43px
}

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

.bx-wrapper .bx-next {
    background:url(../images/icon-slider-navigation.png) no-repeat -43px 0;
    right:30px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 -43px
}

.bx-wrapper .bx-next:hover {
    background-position: -43px -43px
}

/* Lightbox CSS Override */

/* Image Name Override */

body:after {
	content: url(../images/icon-close-lightbox.png) url(../images/img-loading-lightbox.gif) url(../images/icon-prev-lightbox.png) url(../images/icon-next-lightbox.png);
	display: none;
}

.lb-nav a.lb-prev {
	background: url(../images/icon-prev-lightbox.png) left 48% no-repeat
}

.lb-nav a.lb-next {
	background: url(../images/icon-next-lightbox.png) right 48% no-repeat
}

.lb-cancel {
	background: url(../images/img-loading-lightbox.gif) no-repeat;
}

.lb-data .lb-close {
	background: url(../images/icon-close-lightbox.png) top right no-repeat
}

.lb-outerContainer {
	padding:10px;
	border-radius:8px
}

.lightbox .lb-image {
	border-radius: 0
}

.lb-container {
	padding:0
}

.lightbox .lb-image {
	padding:0;
	border:none
}

.lb-dataContainer {
	position:absolute;
	top:10px;
	right:10px;
	left:0;
	border-radius:0;
	margin: 0 auto;
	padding:0;
	height:30px;
	background-color:transparent
}

.lb-data {
	padding:0	
}

.lb-data .lb-details {
	width:50%	
}

.lb-data .lb-details,
.lb-closeContainer {
	position:absolute	
}

.lb-closeContainer {
	right:0;
	z-index:99999
}

.lb-data .lb-caption {
	font-size:14px;
	font-weight:100;
	color:#808080;
	line-height:30px;
	font-style:italic	
}

.lb-data .lb-number {
	display:none !important	
}

.lb-data .lb-close {
	background:url(../images/icon-close-lightbox.png) no-repeat center center;
	width: 30px;
	height: 30px;
	opacity: 1
}

.lb-nav a.lb-next {
	width: 34%
}
/* Parallax CSS */

.parallax-container {
	background:transparent	
}

.parallax-container.location-map {
	min-height:700px
}

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

#footer p {
	font-size:12px;
	color:#fff;
	line-height:18px;
	margin-bottom:15px
}

#footer p span,
#footer p a {
	color:#505555
}