@charset "utf-8";
/*-------------------------------------------------------------------------------------------------------------

NAME: THEME PAGES CSS DOCUMENT
TYPE: INDIVIDUAL PAGE STYLING FOR INNER PAGE
PROJECT NAME: LHN GROUP - SPACE OPTIMISED
AUTHOR(S): 
- SOH WEI WEN

-------------------------------------------------------------------------------------------------------------*/

#home_masthead
{
	height: 800px;
	overflow: hidden;
	position: relative;
}

#home_grid_Carousel
{
	height: 100%;
	position: relative;
	z-index: 1;
}

/*--------------------------------------------------------------
	Grid Carousel
--------------------------------------------------------------*/

#home_grid_Carousel .feature-block
{
	float: left;
	height: 100%;
	width: 50%;
}

#home_grid_Carousel .feature-block .carousel,
#home_grid_Carousel .feature-block .carousel-inner,
#home_grid_Carousel .feature-block .item { height: 100%; }

#home_grid_Carousel .half-desktop.carousel { height: 50%; }

#home_grid_Carousel .half-desktop .carousel-inner,
#home_grid_Carousel .half-desktop .item { height: 100%; }

#home_grid_Carousel .feature-block img { height: 100%; width: 100%; }
#home_grid_Carousel .img-desk { display: block; }
#home_grid_Carousel .img-tablet { display: none; }


#home_grid_Carousel .carousel-caption
{
	font-family: 'DIN-Light';
	font-size: 13px;
}

#home_grid_Carousel .carousel-caption h1
{
	font-family: 'DIN-Medium';
	font-size: 24px;
}

#home_grid_Carousel .carousel-caption ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#home_grid_Carousel .carousel-caption li
{
	display: inline-block;
	margin-right: 4px;
}

#home_grid_Carousel .carousel-caption li:not(:first-child):before
{
	content: '•';
	display: inline-block;
	margin-right: 5px;
}

#home_grid_Carousel .half-desktop .carousel-caption {	bottom: 0; }
#home_grid_Carousel .half-desktop p { margin: 0; }

/*--------------------------------------------------------------
	Lease Overlay Owl Carousel
--------------------------------------------------------------*/

#leaseOverlay
{
	bottom: -170px;
	/*height: 35px;*/
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 2;
}

#leaseOverlay.showNews { bottom: 0; }

.btn-spaceLease
{
	background: #7e7e83;
	background: -moz-linear-gradient(top, #7e7e83 0%, #5c5c63 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e83), color-stop(100%,#5c5c63));
	background: -webkit-linear-gradient(top, #7e7e83 0%,#5c5c63 100%);
	background: -o-linear-gradient(top, #7e7e83 0%,#5c5c63 100%);
	background: -ms-linear-gradient(top, #7e7e83 0%,#5c5c63 100%);
	background: linear-gradient(to bottom, #7e7e83 0%,#5c5c63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e83', endColorstr='#5c5c63',GradientType=0 );
	
	color: #fff;
	float: right;
	font-family: 'DIN-BlackRegular';
	height: 30px;
	margin-right: 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
	text-transform: uppercase;
}

.btn-spaceLease .fa
{
	font-size: 130%;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

#leaseCarousel
{
	background: #434247;
	background: -moz-linear-gradient(top, #434247 48%, #545357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#434247), color-stop(100%,#545357));
	background: -webkit-linear-gradient(top, #434247 48%,#545357 100%);
	background: -o-linear-gradient(top, #434247 48%,#545357 100%);
	background: -ms-linear-gradient(top, #434247 48%,#545357 100%);
	background: linear-gradient(to bottom, #434247 48%,#545357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434247', endColorstr='#545357',GradientType=0 );

	border-top: 5px solid #5c5c63;
	clear: both;
	padding: 1.4em 0;
	position: relative;
	text-align: left;
}

#owlNews
{
	margin: auto;
	width: 90%;
}

#owlNews .owl-nav .owl-prev,
#owlNews .owl-nav .owl-next
{
	color: transparent;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

#owlNews .owl-nav .owl-prev { left: -45px; }
#owlNews .owl-nav .owl-next { right: -45px; }

#owlNews .owl-nav .owl-prev:before,
#owlNews .owl-nav .owl-next:before
{
	color: #d3d3d3;
	display: block;
	font: 700 28px 'FontAwesome';
	position: absolute;
	top: 42%;
	width: 100%;
}

#owlNews .owl-nav .owl-prev:before { content:"\f104"}
#owlNews .owl-nav .owl-next:before { content:"\f105" }

#owlNews .owl-stage-outer {padding-top: 12px; }

#owlNews .news-thumbs
{
	height: 120px;
	position: relative;
}

#owlNews .news-thumbs:after
{
	clear: both;
	content: '';
	display: table;
}

#owlNews .news-thumbs > img
{
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 160px;
}

#owlNews .news-thumbs .category-types
{
	padding: 4px 8px;
	position: absolute;
	top: -4px;
}

#owlNews .news-thumbs figcaption
{
	background-color: #ffffff;
	height: 100%;
	padding: 10px;
	padding-left: 170px;
}

#owlNews .news-thumbs h4
{
	color: #125688;
	margin: 0;
}

/*------------------------------------------------------------------------------------------------------------- 
	2. About
-------------------------------------------------------------------------------------------------------------*/

.logo-business { margin-bottom: 1em; }

.logo-business > li:first-child
{
	margin-left: -15px;
}

.profile-post
{
	clear: both;
	overflow: hidden;
	padding-bottom: 3em;
	position: relative;
}

.profile-info 
{
	height: 125px;
	padding-left: 160px;
	position: relative;
}

.profile-info .profile-image
{
	left: 0;
	position: absolute;
	top: 0;
}

.profile-info .name-position
{
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
}

.profile-info h3 { margin: 0 0 10px; }
.profile-info p { margin: 0; }

.profile-description
{
	clear: both;
	position: relative;
}

/*--------------------------------------------------------------
	Vision, Mission, Core Values
--------------------------------------------------------------*/

#vmcv
{
	background: url(../img-content/vmvc-bg.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	min-height: 470px;
	max-width: 620px;
	position: relative;
}

#vmcv:before
{
	background-color: rgba(255,255,255,0.7);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

#vmcv .wrap
{	
	padding: 2em 2em 2em 20em;
	position: relative;
	z-index: 1;
}

#vmcv h2 { margin: 0 0 10px; }

#vmcv .core-values
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#vmcv .core-values li 
{
	display: block;
	padding: 5px 0;
	position: relative;
}

#vmcv .core-values .cv
{
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 1;
}

#vmcv .core-values .tooltip
{
	background-color: #434346;
	border-radius: 0 8px 8px 0;
	color: #fff;
	display: block;
	font-size: 12px;
	left: 0;
	line-height: 1;
	opacity: 0;
	padding: 5px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 2;
}

#vmcv .core-values .tooltip:before
{
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #434346;
	content: '';
	display: block;
	left: -11px;
	position: absolute;
	top: 0;
	height: 0;
	width: 0;	
}

#vmcv .core-values li:hover .tooltip { opacity: 1; }
#vmcv .core-values li:nth-child(1):hover .tooltip { left: 7em; }
#vmcv .core-values li:nth-child(2):hover .tooltip { left: 7em; }
#vmcv .core-values li:nth-child(3):hover .tooltip { left: 8.4em; }

#vmcv .core-values .cv.active ~ .tooltip { display: none; }

#vmcv .core-values .popup
{
	background-color: #434346;
	color: #fff;
	display: none;
	font-size: 11px;
	padding: 14px;
	position: absolute;
	left: 45%;
	top: -100%;
	width: 330px;
	z-index: 1;
}

.core-values .popup-left:before
{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #434346;
	content: '';
	display: block;
	left: -7px;
	position: absolute;
	top: 35%;
	height: 0;
	width: 0;	
}

#vmcv .core-values .popup p { margin: 0; }

#vmcv .core-values .popup.show { display: block; }

#vmcv .core-values .tooltip
{
	transition-duration: 0.3s;
	transition-property: left, opacity;
	transition-timing-function: ease-in-out;
}

/*--------------------------------------------------------------
	Group Structure
--------------------------------------------------------------*/

/* Lines
	------------------------------------------------------*/

.groupStructure .lines
{
	clear: both;
	height: 42px;
	position: relative;
	margin: auto;
	width: 78%;
}

.groupStructure .lines .line
{
	background-color: #dcdcdc;
	position: absolute;
	top: 15px;
}

.groupStructure .lines .leading
{
	height: 1px;
	left: 0;
	width: 100%;
}

.groupStructure .lines .short 
{
	height: 26px;
	width: 1px;
}
.groupStructure .lines .short.first { left: 0; }
.groupStructure .lines .short.second { left: 34%; }
.groupStructure .lines .short.third { right: 34%; }
.groupStructure .lines .short.fourth { right: 0; }

/* Transformer Common Design
	------------------------------------------------------*/

.groupStruc-widget .title-widget
{
	background-color: #717176;
	color: #ffffff;
	margin: 0;
	padding: 1em 2em;
}

.groupStruc-pics 
{
	background-color: #fbfaf9;
	position: reelative;
}

.accordion-transformer-content .img-block
{
	float: right;
	margin-bottom: 1em;
	margin-left: 1.2em;
	width: 330px;
}

.accordion-transformer-content p
{
	clear: none;
}

/*****[ Tab Transformer Design ]*****/

.groupStruc-widget .tab-transformer { }
.groupStruc-widget .tab-transformer > li { width: 25%; }
.groupStruc-widget .tab-transformer > li:last-child { margin-right: 0; }
.groupStruc-widget .tab-transformer > li:hover > a
{
	box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
}

.groupStruc-widget .tab-transformer .groupStruc-pics
{
	display: table;
	height: 150px;
	border-collapse: collapse;
	width: 100%;
}

.groupStruc-widget .tab-transformer .groupStruc-cell 
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.groupStruc-widget .tab-transformer .fa
{
	bottom: 6px;
	color: #717176;
	font-size: 18px;
	left: 45%;
	position: absolute;
}

.groupStruc-widget .tab-transformer .active { padding-bottom: 1em; }
.groupStruc-widget .tab-transformer .active .fa { display: none; }
.groupStruc-widget .tab-transformer .active a { border-bottom: 1px solid #b4b4b4; }
.groupStruc-widget .tab-transformer .active a:before,
.groupStruc-widget .tab-transformer .active a:after
{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: '';
	display: block;
	left: 43%;
	position: absolute;
}

.groupStruc-widget .tab-transformer .active a:before
{
	border-top: 8px solid #b4b4b4;
	bottom: -9px;
}

.groupStruc-widget .tab-transformer .active a:after
{
	border-top: 8px solid #fbfaf9;
	bottom: -7px;
}


.groupStruc-pics .img-small { margin-bottom: 0; width: 80px; }

/* Transformer Accordion
	------------------------------------------------------*/

.accordion-transformer-toggle
{
	display: none;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.accordion-transformer-toggle a
{
	height: 100px;
}

.accordion-transformer-toggle .title-widget,
.accordion-transformer-toggle .groupStruc-pics
{
	float: left;
	height: 100%;
	text-align: center;
}

.accordion-transformer-toggle .title-widget 
{
	font-size: 14px;
	width: 35%; 
}

.accordion-transformer-toggle .fa
{
	bottom: 6px;
	color: #717176;
	font-size: 18px;
	left: 65%;
	position: absolute;
}

.accordion-transformer-toggle .groupStruc-pics { width: 65%; }
.accordion-transformer-toggle .groupStruc-pics img { display: inline-block; vertical-align: middle; }
.accordion-transformer-toggle .groupStruc-cell { height: 100%; padding: 1em; }

.active .accordion-transformer-toggle .groupStruc-pics { border-bottom: 1px solid #b4b4b4; }
.active .accordion-transformer-toggle .fa-angle-down { display: none; }
.active .accordion-transformer-toggle .groupStruc-pics:before,
.active .accordion-transformer-toggle .groupStruc-pics:after
{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: '';
	display: block;
	left: 65%;
	position: absolute;
}

.active .accordion-transformer-toggle .groupStruc-pics:before
{
	border-top: 8px solid #b4b4b4;
	bottom: -8px;
}

.active .accordion-transformer-toggle .groupStruc-pics:after
{
	border-top: 8px solid #fbfaf9;
	bottom: -7px;
}

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

.groupStruc-widget .tab-accordion-content h2
{
	margin: 1em 0;
}

/*--------------------------------------------------------------
	Awards and Certificates
--------------------------------------------------------------*/

.award-thumbs { margin-bottom: 2.2em; }

.award-thumbs img
{
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.awards-certs-tb .table { margin: 0; }

/*--------------------------------------------------------------
	Corporate Social Responsibility
--------------------------------------------------------------*/

.csr-post
{
	border-top: 1px solid #ccc;
	padding: 1.2em 0 1em;
}

.csr-post h2 
{
	color: #333333;
	margin: 0 0 1em;
}

.csr-post .img-block
{
	float: left;
	margin-bottom: 1em;
	margin-right: 1.4em;
}

.csr-post p { clear: none; }

/*------------------------------------------------------------------------------------------------------------- 
	3. Business Groups
-------------------------------------------------------------------------------------------------------------*/

.bg-tags-present .tag
{
	color: #fff;
	font: 700 12px 'DIN-Regular';
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 3px 4px;
	text-transform: uppercase;
}

.bg-tags-present .tag
{
	position: absolute;
	right: 0;
	top: 7px;
}

.bg-tags-present .tag-fac {	background-color: #17c1f3; }
.bg-tags-present .tag-industrial { background-color: #ed1c24; }
.bg-tags-present .tag-comm { background-color: #d6c301; }
.bg-tags-present .tag-residential{ background-color: #079353; }

/*--------------------------------------------------------------
	Landing Page
--------------------------------------------------------------*/

#business_Grids
{
	background-color: #555555;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}

.landing-block
{
	background: url(../img-content/business-big.jpg) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	clear: both;
	display: table;
	font-family: 'DIN-Medium';
	height: 540px;
	position: relative;
	width: 100%;
}

.landing-block .landing-content
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	display: table-cell;
	padding-left: 12rem;
	padding-right: 12rem;
	vertical-align: middle;
}

.landing-block h1 
{
	font-size: 60px;
	margin: 0 0 14px;
}

.business-thumblinks { border-top: 1px solid #fff; }

.business-thumblinks .business-thumbs
{
	background-color: #333333;
	float: left;
	height: 220px;
	overflow: hidden;
	position: relative;
	width: 25%;
}

.business-thumblinks .business-thumbs > img,
.business-thumblinks .title
{
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.business-thumblinks .business-thumbs > img
{
	height: 100%;
	opacity: 0.8;
	width: 100%;
}

.business-thumblinks .business-thumbs figcaption
{
	bottom: 0;
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.business-thumblinks .business-thumbs .business-links
{
	color: inherit;
	display: table-cell;
	padding: 10px 24px;
	vertical-align: middle;
}

.business-thumblinks .category-types:not(:last-child) { margin-right: 2px; }

.business-thumblinks .title 
{
	display: block;
	font: 400 22px 'DIN-Medium';
	margin-bottom: 10px;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
}

.business-thumblinks .business-thumbs:hover > img
{
	opacity: 0.6;
	transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

.business-thumblinks .business-thumbs:hover .title { text-shadow: 0 3px 5px rgba(0,0,0,1); }

/*--------------------------------------------------------------
	Space Optimisation
--------------------------------------------------------------*/

.mapfull
{
	height: 100%;
	left: 0;
	max-height: 830px;
	position: absolute;
	top: 0;
	width: 100%;
}

.mapfull iframe { height: 100%; }

.so-nav { margin-top: 2em; }

.so-filter
{
	background-color: #fbfaf9;
	border-top: 1px solid #dcdcdc;
	bottom: 0;
	padding: 0 2em;
	position: absolute;
	right: 0;
	width: 100%;
}

.so-filter .tb 
{
	height: 52px;
	margin: 0;
	vertical-align: middle;
}

.so-filter h3 { margin: 0; }

.so-filter select
{
	font-size: 12px;
	text-transform: uppercase;
}

/*#so_contentHide
{
	height: 510px;
	margin-right: -2em;
	margin-top: 2em;
	padding-right: 1em;
	overflow: hidden;
	overflow-y:scroll;
	position: relative;
}*/

.so-thumbNav > li
{
	display: none;
	padding-bottom: 2em;
}

.so-thumbNav a
{
	background-color: #000;
}

.so-thumbNav h3
{
	margin: 0;
	padding: 1em;
}

.so-thumbNav li:hover h3 { text-decoration: underline; }

.so-dwnload
{
	background-color: #fbfaf9;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	text-align: center;
}

.so-dwnload .list-dwnload
{
	background:url(../img-content/download-list.png) no-repeat;
	background-position: left center;
	color: #125688;
	font: 400 22px/1 'DIN-Bold';
	padding: 1em;
	padding-left: 1.6em;
}

.so-table tbody th,
.so-table tbody td
{
	border-left: 0;
	border-right: 0;
	padding: 2em 10px;
}

.so-table tbody th { width: 25%; }

.space-property-links { margin: 0 -10px; }
.space-property-links li { padding: 0 10px; }
.space-property-links a { display: block; }

/*--------------------------------------------------------------
	Greenhub
--------------------------------------------------------------*/

.greenhub-text { text-align: left; width: 65%; }
.greenhub-image { text-align: center; width: 35%; }

.greenhub-left .greenhub-text { float: left; }
.greenhub-left .greenhub-image { float: right; }

.greenhub-right .greenhub-text { float: right; }
.greenhub-right .greenhub-image { float: left; }

.mapArea
{
	margin: 0 auto;
	max-width: 405px;
	position: relative;
}

.mapArea a
{
	bottom: 0;
	display: block;
	height: 14%;
	position: absolute;
}

.mapArea .sg
{
	bottom: 35%;
	left: 36%;
	width: 36%
}

.mapArea .ind
{
	bottom: 13%;
	left: 43%;
	width: 34%;
}

.service-image
{
	display: block;
	max-width: 920px;
	width: 100%;
}

.location-post
{
	border-bottom: 1px solid #e1e1e1;
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
	padding-bottom: 1em;
	position: relative;
}

.location-post:last-child { border-bottom: 0; }

.location-post .locate-img
{
	float: left;
	width: 30%;
}

.location-post .locate-desc
{
	float: left;
	width: 70%;
	padding: 1em;
}

.locate-img .branch-location img 
{
	display: block;
	width: 100%;
}

.locate-img .branch-location figcaption
{
	font-size: 12px;
	padding: 10px 3em 0 4.5em;
	position: relative;
}

.locate-img .branch-location .fa
{
	color: #009655;
	font-size: 30px;
	left: 0.75em;
	position: absolute;
	top: 10px;
}

.locate-desc .title-widget { margin-top: 0; }

/*--------------------------------------------------------------
	Facilities Management
--------------------------------------------------------------*/

.fm-featured
{
	text-align: center;
	max-width: 60%;
	margin: auto;
}

.fm-featured p 
{
	margin-bottom: 2em;
	text-align: inherit; 
}

.fm-featured .list-inline > li
{
	margin-right: 1%;
	/*width: 32%;*/
}

.fm-featured .list-inline > li:nth-child(3n) { margin-right: 0; }

.fm-featured img { display: block; }

/*------------------------------------------------------------------------------------------------------------- 
	4. Media
-------------------------------------------------------------------------------------------------------------*/

#media_thumblisting 
{
	margin:0 auto;
	max-width: 90%;
}

#media_thumblisting > .columns
{
	display: none;
	padding: 0 1em 2em;
	width: 33.3333%;
}

.media-thumbs 
{
	background-color: #fafafa;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}

.media-thumbs:hover { box-shadow: 0 2px 1px rgba(0,0,0,0.4); }

.media-thumbs img { width: 100%; }

.media-thumbs .thumb-description
{
	min-height: 138px;
	padding: 1em;
}

.media-thumbs .meta-data
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta-data li { display: inline-block; margin-right: 3px; }

.meta-data .meta-source:before
{
	content: '•';
	display: inline-block;
	margin-right: 3px;
}

#loadMore
{
	cursor: pointer;
	display: block;
	font: 400 20px 'DIN-Bold';
	margin: auto;
	position: relative;
	text-align: center;
	width: 120px;
}

#loadMore .fa 
{
	display: block; 
	font-size: 120%;
	font-weight: 700;
}

#loadMore img
{
	animation: fa-spin 2s infinite linear;
	-webkit-animation: fa-spin 2s infinite linear;
	display: block;
	height: 1px;
	margin: auto;
	opacity: 0;
}

/*.loading
{
	background:url(../img-layout/fancybox_loading.gif) no-repeat;
	background-position: top center;
	padding-top: 2em;
}*/

.loading
{
	padding-top: 50px;
}

#loadMore.loading img { height: auto; opacity: 1; }

/*------------------------------------------------------------------------------------------------------------- 
	5. Contact Us
-------------------------------------------------------------------------------------------------------------*/

.contactbox-widget
{
	clear: both;
	margin-bottom: 1em;
}

.contactbox-widget .title-widget
{
	color: #686868;
	font-family: 'DIN-BlackRegular';
	text-transform: uppercase;
}

.contact-dl .h4
{
	margin-top: 20px;
	margin-bottom: 0;
}

.contact-dl .h4:first-of-type { margin-top: 0; }

.contact-dl ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

#form_contact .grid > .form-group
{
	clear: none;
	float: left;
	margin-right: 5%;
	width: 47.5%;
}

#form_contact .grid > .form-group:nth-child(2n) { margin-right: 0; }
#form_contact .grid > .form-group:nth-child(2n+1) { clear: both; }

#form_contact .form-control
{
	min-height: 38px;
	padding: 8px 10px;
}

img[alt="captcha"] { margin-bottom: 10px; }

.btn-direct
{
	background-color: #e8e8e8;
	margin: 1em 0;
	padding: 8px;
}

.btn-direct:hover { background-color: #ddd; }

.modal-contact-info
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.modal-contact-info > li {margin-bottom: 1em; }
.modal-contact-info h5 { margin: 0 0 4px; }
.modal-contact-info p { margin: 0; }

/*------------------------------------------------------------------------------------------------------------- 
	6. Others
-------------------------------------------------------------------------------------------------------------*/


#careerLanding
{
	background: url(../img-content/careers-bg.jpg) no-repeat;
	background-position: center center;
	color: #fff;
	height: 740px;
	position: relative;
}

.careerWrapper
{
	height: 100%;
	padding: 5em;
	position: relative;
	width: 100%;
}

.career-masthead
{
	clear: both;
	color: #fff;
	font: 400 16px/1.4 'DIN-Medium';
	margin: 0 auto;
	padding: 6em;
	text-align: center;
}

.career-masthead .title-widget
{
	font-size: 48px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

.career-masthead .btn { font-size: 20px; }

/*-------------------------------
	3.1 Career Carousel
-------------------------------*/

#careerCarousel
{
	bottom: 10%;
	left: 0;
	position: absolute;
	width: 100%;
}

#careerCarousel .owl-carousel
{
	margin: auto;
	width: 1000px;
}

#careerCarousel .owl-nav .owl-prev,
#careerCarousel .owl-nav .owl-next
{
	background-repeat: no-repeat;
	background-size: auto;
	color: transparent;
	height: 50px;
	position: absolute;
	top: 50px;
	width: 25px;
}

#careerCarousel .owl-nav .owl-prev 
{
	background-image: url(../img-layout/left.png);
	left: -55px;
}

#careerCarousel .owl-nav .owl-next 
{
	background-image: url(../img-layout/right.png);
	right: -55px;
}

#careerCarousel .owl-dots { display: none; }

/*-------------------------------
	3.2 Career Modal
-------------------------------*/

.form-application .form-control
{
	min-height: 38px;
	padding: 8px 10px;
}

.c-file
{
	min-height: 38px;
	position: relative;
}

.c-file input[type="file"]
{
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-file button
{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

input[readonly] { background-color: #fafafa; }

/*--------------------------------------------------------------
	Sitemap
--------------------------------------------------------------*/

#sitemap_listing
{
	list-style: none;
	padding: 0;
}

#sitemap_listing a { color: #484848; }
#sitemap_listing a:hover { color: #125688; text-decoration: underline; }

#sitemap_listing > li { margin-bottom: 1em; }

#sitemap_listing > li > a { font-family: 'DIN-Bold'; }

#sitemap_listing ul 
{
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 3em;
}

#sitemap_listing ul ul 
{
	list-style-type: circle;
	margin: 10px 0;
}

/*--------------------------------------------------------------
	Policy
--------------------------------------------------------------*/

.disclosure { margin: 1.4em 0; }

.disclosure h6
{
	font-size: 14px;
	margin: 0 0 1em;
	text-decoration: underline;
}