/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Central Desert
	Version:		1.0
	Last change:	2.4.15 [Created]
	Assigned to:	Titan Web (Edjeen Capillanes)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#fff (White)
	Content:	#635f47 (Light Brown)
	Header h1:	#064887 (Light Blue)
	a (standard):	#064887 (Light Blue)
	a (visited):	#635f47 (Light Brown)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@import 'fonts/roboto-fontfacekit/stylesheet.css';

/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
	background: #fff;
	color: #635f47;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	color: #064887;
    font-family: 'RobotoBold', sans-serif;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
	text-transform: uppercase;
}
.single-about-us-item h1 {
	margin-top: 5px;
}
h2 {
	color: #f44c01;
    font-family: 'RobotoMedium', sans-serif;
    font-size: 24px;
} 
h3 {
	color: #f44c01;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 22px;

} 
h4 {
	color: #f44c01;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 20px;
} 
h5 {
	color: #f44c01;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 18px;
} 
h6 {
	color: #f44c01;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 16px;
}
a {
	color: #064887;
	outline: none;
	text-decoration: none;
}
a:hover, 
a:focus { 
	color: #8b8b8b;
	outline: none;
	text-decoration: none;
}
input, 
button, 
textarea, 
select {
	outline: none;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
pre,
tt,
code,
kbd,
samp,
var {
	outline: none;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
ol {
    overflow: hidden;
    padding-left: 25px;
	outline: none;
}
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }
q { font-style: italic; }
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
textarea {
	resize:none;
	overflow-y:auto;
}
.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.ie7 .valign-item,
.ie7 .valign-helper {
	display: inline;
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after { clear: both; }
.outer-pad {
	overflow: hidden;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix { *zoom: 1; }
.gform_validation_container {
	height: 0;
	width: 0;
	overflow: hidden;
}
.outer-wrapper {
    overflow: hidden;
}
/* Global Helper */
.global-width {
	width: 100%;
}
.global-width-helper {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.global-width-helper-no-pad {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.global-width-helper-no-pad-left {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 0;
}
.global-width-helper-no-pad-right {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 15px;
}
.overflow-hidden {
	overflow: hidden;
}
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.outer-pad .header-menu-wrap {
	left: 0;
    position: relative;
    right: 0;
}
#header {
	background: url("../images/white-trans.png") repeat scroll center center transparent;
    position: relative;
    z-index: 5;
}
.logo-wrapper {
	text-align: center;
    width: 100%;
}

.headinfo-wrapper {
	padding-left: 0;
    width: 100%;
}
#header .header-pad {
	margin: 0 auto;
    padding: 20px 15px;
}
.headinfo-wrapper .searchform-wrap {
	padding-top: 5px;
	display: none;
    width: 100%;
}
.headinfo-wrapper #searchform {
	width: 100%;
	text-align: right;
	position: relative;
}
.ie9 .headinfo-wrapper #s {
	line-height: 18px;
}
.ie10 .headinfo-wrapper #s {
	line-height: 18px;
}
a.gibson-desert {
    display: none;
}
.headinfo-wrapper #s {
	background: none repeat scroll 0 0 #eee;
    border: medium none;
    color: #7d7d7d;
    font-family: "RobotoRegular",sans-serif;
    font-size: 12px;
    height: 23px;
    padding: 3px 5px 2px;
    width: 166px;
}
.headinfo-wrapper #searchsubmit {
	background: url("../images/search-btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: transparent;
    height: 23px;
    position: absolute;
    right: 0;
    top: 1px;
    width: 26px;
}
.headinfo-wrapper .company-info {
    padding-bottom: 0;
    text-align: right;
    width: 100%;
}
.headinfo-wrapper #searchform .screen-reader-text {
	display: none;
}
.headinfo-wrapper .social-media {
	display: inline-block;
}
.headinfo-wrapper .social-media a:first-child {
	margin-left: 0;
}
.headinfo-wrapper .social-media a {
	display: inline-block;
    height: 18px;
	margin-left: 5px;
    width: 18px;
}
.headinfo-wrapper .companyinfo-socialmedia {
	text-align: center;
}
.company-info .phnum,
.company-info .abn-number,
.company-info .free-call,
.company-info .address {
	text-transform: uppercase;
}
.company-info .phnum span {
	color: #f44d00;
	font-family: 'RobotoRegular', sans-serif;
	font-size: 29px;
	line-height: 35px;
}
.company-info .phnum a{
	color: #f44d00;
	font-family: 'RobotoBold', sans-serif;
	font-size: 29px;
	line-height: 35px;
}
.company-info .free-call span {
	color: #074986;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.company-info .free-call a{
	color: #074986;
	font-family: 'RobotoBold', sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.company-info .abn-number span {
	color: #7e7e7e;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.company-info .abn-number a{
	color: #7e7e7e;
	font-family: 'RobotoMedium', sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.company-info .address {
	color: #074986;
    font-family: "RobotoBlack",sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}
.logo-wrapper .logo a img {
    height: auto;
    margin-left: 0;
    width: 100%;
}
.social-media a.contact {
	background: url('../images/social-media') no-repeat scroll -68px 0 transparent;
}
.company-info .additional-bd-wrap {
	display: none;
}
.company-info .search-mobile,
.company-info .contact-mobile {
	display: block;
}
.company-info .search-mobile {
	background: url('../images/search-img.jpg') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.company-info .contact-mobile {
	background: url('../images/phone-img') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
ul.menu {
	overflow: visible;
}
.menu-wrapper {
	background: url('../images/orange-trans.png') repeat;
	margin-top: 0;
    position: relative;
    z-index: 100;
}
.menu-wrapper a { text-decoration: none; }
.menu-wrapper .menu-pad {
	overflow: visible;
    position: relative;
}
.menu-wrapper .menu-pad .navbar {
    border: medium none;
    border-radius: 0;
    float: none;
    margin-bottom: 0;
    width: 100%;
}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
	display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-top-menu ul {
	display: block;
	position: relative;
	z-index: 100;
}
#menu-top-menu li:first-child {
	background: none;
	margin-left: 0;
	position: relative;
}
#menu-top-menu li {
	background: none;
	display: block;
    float: none;
    margin-left: 3px;
    position: relative;
    text-align: center;
}
#menu-top-menu li:hover > ul { 
	display: block; 
}
#menu-top-menu > li:hover > ul { left: 0; }
#menu-top-menu a {
	background: transparent;
	color: #fff;
	font-family: 'RobotoMedium', sans-serif;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
	color: #38b511;
	text-decoration: none;
}
/* Top-level Styling */
#top-menu {
    background: #f44d00;
    bottom: -41px;
    left: 0;
    padding: 0;
    width: 100%;
}
#menu-top-menu {
	margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
#menu-top-menu > li > a {
	border-radius: 3px;
	font-size: 15px;
	position: relative;
    padding: 10px 15px 8px;
	text-transform: uppercase;
}
#menu-top-menu > li:first-child > a { 
	border-left: none; 
}
#menu-top-menu > li > a:focus,
#menu-top-menu > li > a:hover,
#menu-top-menu > .current-menu-item > a {
	background: #074986;
	color: #fff;
	position: relative;
}
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
#menu-top-menu ul {
	background: #074986;
	border-radius: 3px;
	padding: 0;
	width: 100%;
}
#menu-top-menu ul ul {
	margin-left: 0;
	padding-top: 0;
}
#menu-top-menu ul > li { 
	background: none;
	margin-left: 0;
	width: 100%; 
}
#menu-top-menu ul > li > a {
    background: none repeat scroll 0 0 transparent;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 8px 5px;
    text-align: center;
}
#menu-top-menu ul > li > a:hover,
#menu-top-menu ul > .current-menu-item > a:hover,
#menu-top-menu ul > .current-menu-ancestor > a {
	background: none repeat scroll 0 0 #fff;
	color: #635f47;
}
#menu-top-menu li > ul li:hover > ul {
	left: 0;
	top: 0;
}
.menu-wrapper .navbar-toggle .icon-bar {
	background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    height: 8px;
    margin-top: 4px;
    width: 40px;
}
.navbar-header .responsive-menu-wrap {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 140px;
}  
.menu-wrapper .navbar-toggle {
	background: url("../images/responsive-menu.png") no-repeat scroll 0 0 transparent;
    border-radius: 0;
    float: none;
    height: 70px;
    margin: 3px 0 0;
    width: 100%;
}
.menu-wrapper .navbar-collapse {
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.menu-wrapper .navbar-toggle span.name {
	color: #fff;
    font-family: "RobotoMedium",sans-serif;
    font-size: 23px;
    line-height: 29px;
    padding-left: 20px;
    padding-top: 8px;
    text-align: left;
    text-transform: uppercase;
}
.menu-wrapper .navbar-header  .active-toggle {
	background: #38b511;
}
.menu-wrapper .navbar-header  .active-toggle .icon-bar {
	background: #fff;
}
.menu-wrapper .navbar-header  .active-toggle span.name {
	color: #fff;
}
.menu-wrapper .navbar-toggle span.bar {width: 40px;}
.menu-wrapper .navbar-toggle span.name { width: 95px}
.menu-wrapper .navbar-toggle span.bar,
.menu-wrapper .navbar-toggle span.name {
	display: inline-block;
    float: left;
    overflow: hidden;
}
.menu-pad .navbar-header {
	text-align: center;
} 
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
	position: relative;
    z-index: 2;
}
.banner-wrapper .banner-wrap-pad {
	position: relative;
}
.banner-slide .slick-track {
	height: auto;
	overflow: visible;
} 
.sub-page .banner-slide .slick-track {
	height: auto;
} 
.banner-slide-item {
	float: left;
	position: relative;
	width: 100%;
}
.banner-slide-item img {
	width: 100%;
}
.banner-slide button.slick-prev,
.banner-slide button.slick-next {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: transparent;
    display: none !important;
}
.banner-content .banner-content-pad {
	padding: 20px 0;
}
.sub-page .banner-slide-item .banner-content {
	display: none;
}


.banner-slide-item .banner-content {
	background: url("../images/banner-content-bg.png") repeat-y scroll center 0 transparent;
	background-size: 100% 100%;
    bottom: 0;
    color: #fff;
	display: block;
    font-family: "PTSansBold",sans-serif;
    font-size: 22px;
    left: 0;
    line-height: 28px;
    margin-bottom: 10px;
    position: absolute;
	padding: 0 20px;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.banner-content .banner-title {
	font-family: "RobotoBold",sans-serif;
    font-size: 28px;
    height: 65px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: uppercase;
}
.banner-content .banner-desc {
	height: 88px;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 15px;
}
.banner-slide .slick-dots {
	bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
}
.banner-slide .slick-dots li {
	display: inline-block;
}
/* slick styles */
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-initialized .slick-slide { display: block; }
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.content {}
.entry-meta,
.entry-utility {
	display: none;
}
.mid-wrapper {
	background: url('../images/content-bg.jpg') repeat scroll 0 0 transparent;
    position: relative;
}
.mid-wrapper .mid-overlay-wrap {
	background: none repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.mid-overlay-wrap .mid-overlay-main {
    height: 100%;
    left: 50%;
    margin-left: -568px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.mid-overlay-main .mid-overlay-left {
	background: url("../images/overlay-content-left-bg.jpg") repeat-y scroll right 0 transparent;
    height: 100%;
    position: absolute;
    right: 99.9%;
    top: 0;
    width: 100%;
    z-index: 2;
}
.mid-overlay-main .mid-overlay-right {
	background: url("../images/overlay-content-right-bg.jpg") repeat-y scroll left 0 transparent;
    height: 100%;
    position: absolute;
    left: 98.9%;
    top: 0;
    width: 100%;
    z-index: 2;
}
.mid-wrapper .mid-pad {
	background: #fff;
    padding-bottom: 70px;
    padding-top: 50px;
    position: relative;
    z-index: 3;
}
.sub-page .mid-wrapper .mid-pad {
    padding-bottom: 50px;
    padding-top: 20px;
}
.main-content .main-sub-page {
	overflow: hidden;
	position: relative;
}
.main-sub-page .sub-page-left {
    padding-bottom: 20px;
}
.sub-page-left img {
	margin-right:10px;
	}
.main-sub-page .page-featured-image {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.main-sub-page .page-featured-image img {
	height: auto;
	width: 100%;
	max-width: 100% !important;
}
.content .find-more {
	padding-top: 20px;
}
.sub-page .main-sub-page {
	position: relative;
	overflow: hidden;
}
.front-page .content ul,
.front-page .content ol {
	display: inline-block;
    margin: 0 auto;
}
.content ul {
	display: inline-block;
	margin: 30px auto;
    padding: 0;
}
.content ul li {
	background: url("../images/bullet.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 20px;
}
.main-sub-page .subpage-content {
	overflow: hidden;
	position: relative;
}
.find-more a,
.find-more a.active  {
	background: none repeat scroll 0 0 #f44d00;
    border-radius: 3px;
	font-family: "Arial",sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 25px;
    text-transform: uppercase;
}
.find-more a:hover {
	background: none repeat scroll 0 0 #074986;
}	
.ColorAreaCode > li:first-child > span {
	background: #d9ffc6;
}
.ColorAreaCode > li:nth-child(2) > span {
	background: #fec7c5;
}
.ColorAreaCode > li:nth-child(3) > span {
	background: #ffde9b;
}

/* Front-page */
.front-page .main-front-page {
	text-align: center;
}
ul.ColorAreaCode > li {
    background: none;
    margin-bottom: 5px;
}
ul.ColorAreaCode > li:first-child{
	margin-bottom: 20px;
}
ul.ColorAreaCode > li:last-child{
	margin-top: 20px;
}
ul.ColorAreaCode > li > span {
    background: #000;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
}
.main-front-page .show-more-snippet {
    height: 170px;
    overflow: hidden;
}
/* Front Page (Lead-ins Section) */
.lead-ins-wrap {
	background: url('../images/lead-ins-bg.jpg') no-repeat scroll center top #074986;
}
.lead-ins-wrap .lead-ins-pad {
	padding: 50px 0 20px;
}
.lead-ins-item-pad .lead-ins-item {
	margin-bottom: 30px;
    text-align: center;
}
.lead-ins-featured img {
	margin-left: -25px;
}
.lead-ins-item  .lead-ins-entry {
	background: url("../images/lead-ins-item-bg.png") no-repeat scroll center top transparent;
    cursor: pointer;
	display: inline-block;
    height: 265px;
    padding: 25px 30px;
    width: 268px;
}
.lead-ins-item  .lead-ins-entry:hover {
	background: url("../images/lead-ins-item-bg.png") no-repeat scroll center -272px transparent;
	cursor: pointer;
}
.lead-ins-content .lead-ins-title-entry {
	color: #fff;
    font-family: "RobotoBold",sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-top: 12px;
}
.lead-ins-readmore {
	padding-top: 5px;
	text-align: center;
}
/** .lead-ins-readmore a {
	background: url("../images/lead-ins-readmore.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 30px;
    width: 30px;
} **/
.lead-ins-readmore span.lead-ins-link-inner {
	background: url("../images/lead-ins-readmore.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 30px;
    width: 30px;
}
/* About Us */
.aboutus-item-wrap .aboutus-item-pad {
	margin-top: 40px;
}
.aboutus-item-pad .aboutus-column {
	overflow: hidden;
	position: relative;
}
.aboutus-column .aboutus-item {
	margin-bottom: 20px;
	text-align: center;
}
.aboutus-featured  img {
	height: auto;
	width: 100%;
}
.aboutus-item .aboutus-title {
	color: #e54d00;
    font-family: "RobotoBold",sans-serif;
    font-size: 23px;
    height: 52px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-transform: uppercase;
}
.aboutus-item .aboutus-desc {
	height: 110px;
    overflow: hidden;
    text-align: left;
}
/* About Us Single */
.about-link-wrap a {
	background: none repeat scroll 0 0 #074986;
    color: #fff;
    display: block;
	font-family: "RobotoBold",sans-serif;
    font-size: 17px;
    line-height: 23px;
    padding: 30px 15px 25px;
    text-align: center;
    text-transform: uppercase;
}
.about-link-wrap a:hover {
	background: #f44c01;
}
.about-link-wrap a .arrow-img {
	background: url("../images/arrow-about-btn.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    margin-right: 12px;
    min-height: 30px;
    padding-left: 30px;
    padding-top: 2px;
}
.about-link-wrap a:hover .arrow-img {
	background: url("../images/arrow-about-btn-hover.png") no-repeat scroll 0 0 transparent;
}
/* About Us Table */
.about-table-wrap {
	margin-top: 20px;
}
.about-table-wrap .about-table-title {
	background: none repeat scroll 0 0 #074986;
    color: #fff;
	font-family: "RobotoMedium",sans-serif;
    font-size: 17px;
    line-height: 23px;
    padding: 20px 25px;
    text-transform: uppercase;
} 
.about-table-wrap .about-table {
	background: none repeat scroll 0 0 #f2f2f2;
    overflow-x: scroll;
    padding: 30px 25px;
}
table {
	background: #fff;
	width: 100%;
}
table tr:first-child td {
	color: #f44c01;
    font-family: "RobotoMedium",sans-serif;
    font-size: 15px;
    height: 90px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
table tr td {
	border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    color: #635f47;
    font-size: 15px;
    height: 60px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}
.aboutus-item .find-more {
	padding-top: 20px;
}
/* Sidebar Menu */
.about-link-wrap,
.sidebar-menu-items {
	padding-bottom: 25px;
}
.sidebar-menu-items ul {
	display: block;
    margin: 0;
    padding: 0;
}
.sidebar-menu-items ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
.sidebar-menu-items ul li:first-child a {
	border: medium none;
}
.sidebar-menu-items a {
	background: none repeat scroll 0 0 #f44c01;
	border-top: 1px solid #c23c01;
    color: #fff;
    display: block;
	font-family: "RobotoBold",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 20px 25px;
    text-align: center;
    text-transform: uppercase;
}
.sidebar-menu-items .sidebar-employment a,
.sidebar-menu-items .sidebar-native a {
	padding: 20px 20px 15px;
}
.sidebar-menu-items .current-menu-item a,
.sidebar-menu-items a:hover {
	background: #074986;
	border-top: 1px solid #05335e;
}
.sidebar-menu-items a .arrow-img {
	background: url("../images/arrow-menu-btn.png") no-repeat scroll right center transparent;
    display: inline-block;
    margin-right: 0;
    min-height: 30px;
    padding-right: 30px;
    padding-top: 2px;
    text-align: left;
     width: 100%;
}
.sidebar-menu-items .sidebar-employment a .arrow-img,
.sidebar-menu-items .sidebar-native a .arrow-img {
	background: url("../images/arrow-employment-btn.png") no-repeat scroll right center transparent;
}
.sidebar-menu-items .sidebar-employment a .arrow-img,
.sidebar-menu-items .sidebar-native a .arrow-img {
	display: block;
}
.sidebar-menu-items .current-menu-item a .arrow-img,
.sidebar-menu-items a:hover .arrow-img {
	background: url("../images/arrow-menu-btn-hover.png") no-repeat scroll right center transparent;
}
.sidebar-menu-items .sidebar-employment a:hover .arrow-img,
.sidebar-menu-items .sidebar-native a:hover .arrow-img {
	background: url("../images/arrow-employment-btn-hover.png") no-repeat scroll right center transparent;
}
/* Useful Links Page */
.useful-links-pad .useful-links-items {
	padding-bottom: 30px;
} 
.useful-links-items .useful-links-title-entry {
    color: #f44c01;
    font-family: "RobotoMedium",sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.useful-links-items .useful-links-link-btn {
	padding-top: 15px;
}
.useful-links-link-btn a {
	background: url("../images/world-img.png") no-repeat scroll 0 0 transparent;
    display: block;
	color: #064887;
    font-family: "RobotoMedium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-left: 25px;
}
/* Native Title Page */
.small-claim-wrap {
	background: url("../images/white-trans.png") repeat scroll 0 0 transparent;
    box-shadow: 0 0 10px #635f47;
    left: 0;
    margin-left: 20px;
    margin-top: 20px;
    position: absolute;
    top: 0;
}
.small-claim-pad {
	padding: 15px;
}
.small-claim-pad ol li a {
	color: #635f47;
    font-family: "Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    text-shadow: none;
}
.map-wrap {
	overflow-x: scroll;
    position: relative;
}
.map-wrap a {
	color: #fff;
    font-family: "RobotoBold",sans-serif;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    text-shadow: 0 0 7px #000;
    z-index: 2;
    /** color: #000000;
    font-family: "RobotoBold",sans-serif;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    z-index: 2; **/
}
/* Native Title Page(Sidebar)*/
.page-native-title .sidebar-menu-items {
	padding-top: 0;
}
.by-category .sidebar-native-title,
.sidebar-menu-items .sidebar-native-title {
    color: #fff;
	font-family: "RobotoBold",sans-serif;
    font-size: 22px;
    line-height: 28px;
    padding: 15px 15px 15px 45px;
    text-transform: uppercase;
}
.sidebar-menu-items .sidebar-native-title {
	background: url("../images/coordinate_icon.png") no-repeat scroll 20px center #064887;
}
.by-category .sidebar-native-title {
	background: url("../images/settings_icon.png") no-repeat scroll 20px center #064887;
}
/* Employment Page */
.consultants-wrap,
.current-vacancies-wrap,
.application-form-wrap {
	padding-top: 40px;
}
.current-vacancies-item-entry .current-vacancies-title {
	color: #064887;
    font-family: "RobotoMedium",sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.back-to-top {
	padding-top: 30px;
}
.back-to-top a {
	background: url("../images/top-arrow.png") no-repeat scroll right 5px transparent;
    color: #064887;
	display: inline-block;	
    font-family: "RobotoMedium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-right: 20px;
}
.back-to-top a:hover {
	background: url("../images/top-arrow-hover.png") no-repeat scroll right 5px transparent;
	color: #f44c01;
}
/* Employment Page(Application Form)*/
.gform_body ul li {
	background: none;
	padding-left: 0;
} 
.application-form-item .gform_body ul li {
	/** background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 95px;
    margin-right: 20px;
    padding-left: 0;
	width: 100%; **/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 70px;
    margin-right: 20px;
    padding-left: 0;
    width: 100%;
}
.application-form-item .gform_wrapper .gfield_label {
	margin-bottom: 0;
}
.application-form-item .gform_wrapper .gform_body input, 
.application-form-item .gform_wrapper .gform_body select {
	border: 1px solid #074986;
	width: 100%;
}
.application-form-item .gform_wrapper .gform_body textarea {
	border: 1px solid #074986;
	height: 110px;
	width: 100%;
}
.application-form-item #field_12_14 {
	height: auto;
}
.application-form-item #field_12_5,
.application-form-item #field_12_6,
.application-form-item #field_12_7,
.application-form-item #field_12_10 {
	width: 100%;
}
.application-form-item #field_12_8 {
	width: 100%;
}
.application-form-item .gform_wrapper .gform_body input {
	height: auto;
}
/* Land & Community */
.facebook-images-wrap,
.youtube-videos-wrap {
	margin-top: 20px;
}
.facebook-images-wrap .facebook-images-title {
	background: url("../images/facebook-img.png") no-repeat scroll 25px center #4c66a4;
}
.youtube-videos-wrap .youtube-videos-title {
	background: url("../images/youtube-img.png") no-repeat scroll 25px center #e52d27;
}	
.facebook-images-wrap .facebook-images-title, 
.youtube-videos-wrap .youtube-videos-title {
	color: #fff;
    font-family: "RobotoMedium",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 20px 18px 62px;
    text-transform: uppercase;
}
.facebook-images-pad .facebook-images-entry,
.youtube-videos-pad .youtube-videos-entry {
	background: none repeat scroll 0 0 #f2f2f2;
    padding: 25px 20px;
    text-align: center;
} 
.facebook-images-entry .facebook-image,
.youtube-videos-entry .youtube-image {
	display: inline-block;
    margin: 10px 3px 0;
    position: relative;
	width: 45%;
}
.facebook-image a,
.youtube-image a {
	background: url("../images/black-trans.png") repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.youtube-videos-entry .youtube-image a {
	display: block;
}
.youtube-image img, 
.facebook-image img {
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
}
.facebook-image a .facebook-hover,
.youtube-image a .youtube-hover {
	background: url("../images/search-icon-image.png") no-repeat scroll center center transparent;
    height: 100%;
    position: absolute;
    width: 100%;
}
.facebook-image a .facebook-hover {
	background: url("../images/search-icon-image.png") no-repeat scroll center center transparent;
}
.youtube-image a .youtube-hover {
	background: url("../images/youtube-icon.png") no-repeat scroll center center transparent;
}	
.facebook-image:hover a {
	display: block;
}
/* Contact page */
.content .contact-wrapper ul li {
    background: none;
    margin-bottom: 0;
    padding: 0;
}
.main-sub-page .contactpage-content {
	padding: 0;
}
.content .contact-wrapper .contact-form  ul li {
	float: left;
    height: 80px;
    margin-right: 30px;
    width: 100%;
}
.content .contact-wrapper .contact-form  ul li#field_2_2,
.content .contact-wrapper .contact-form  ul li#field_2_4 {
	margin-right: 0;
}
.contact-wrapper .contact-form ul li#field_2_5{
	clear: both;
    float: none;
    height: 222px;
    margin-right: 0;
    width: 100%;
}
.content .contact-wrapper .contact-form ul li.gform_hidden,
.content .contact-wrapper .contact-form ul li.gform_validation_container {
	display: none;
}
/*forms*/
.gform_wrapper {}
.gform_wrapper .gfield_required {
	color: #ff2626;
    font-size: 15px;
    margin-left: 10px;
} 
.gform_wrapper .validation_message, 
.gform_wrapper .validation_error {
	color: #ff2626;
    font-size: 15px;
}
.gform_wrapper .validation_error {	padding: 0 0 15px 0; }
.gform_wrapper .gform_edit_link {
	font-size: 80%;
	padding: 10px 0;
}
.gform_wrapper .gform_edit_link { font-size: 70%; }
.gform_wrapper .gform_heading {
	padding: 10px 0 15px 0;
	font-weight: bold;
}
.gform_wrapper .gfield.gform_validation_container {
	visibility: hidden;
	position: absolute;
}
.gform_wrapper .gfield_label {
	color: #074986;
    font-family: "RobotoMedium",sans-serif;
    font-size: 17px;
    font-weight: normal;
}
.gform_wrapper  label.gfield_label_focusin {
	color: #f74400;
	font-family: "RobotoMedium",sans-serif;
}
.gform_wrapper .gform_body input, 
.gform_wrapper .gform_body select, 
.gform_wrapper .gform_body textarea {
	background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #d9d9d9;
	color: #5a5a5a;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin-top: 0;
	outline: none;
    padding: 5px 10px;
    width: 100%;
}
.gform_wrapper .gform_body input { height: 25px; }
.gform_wrapper .gform_body textarea {
	height: 193px;
	outline: none;
	width: 100%;
}
.gform_wrapper .gform_footer input {
	background: none repeat scroll 0 0 #064887;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "PTSansRegular",sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 9px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}
.gform_wrapper .gform_footer input:hover { 
	background: #242c5f;
}
.gform_wrapper li,
.gform_wrapper ul,
.contact-details li,
.contact-details ul {
	margin: 0;
	list-style: none;
}
.gform_footer {
	margin-top: 25px;
    text-align: left;
}
.gform_wrapper ul,
.contact-details ul { 
	padding: 0;
}
.gform_wrapper li {	padding: 0 0 10px 0; }
/* contact */
.page-contact-us .main-sub-page {
	padding-top: 20px;
	padding-bottom: 50px;
}
.page-contact-us .contactpage-content img {
	width: 100%;
	height: auto;
}
.google-maps {
	margin: 15px 0 0 0;
	overflow: hidden;
}
.google-maps iframe {
	border: 1px solid #d9d9d9;
    height: 265px;
    overflow: hidden;
    width: 100%;
}
.contact-details table { width: 100%; }
.contact-wrapper { margin: 1em 0; }
.gform_wrapper .gform_body li.gform_hidden { padding: 0px; }
.gform_wrapper .gform_body li.gfield.clear { clear: both; }
.contact-info h2 { margin-top: 1em; }
.contact-info h4 {
	color: #074986;
    font-family: "RobotoMedium",sans-serif;
    font-size: 17px;
    font-weight: normal;
}
.contact-info table { margin: 0; }
.contact-info table tr td { 
	font-family: "RobotoBold",sans-serif;
	padding: 1px 0; 
}
.content ul li .contact-info-top:first-child{
	margin-left: 0;
}
.content ul li .contact-info-top {
    float: none;
    font-size: 14px;
    margin-left: 0;
    width: 100%;
}
.content ul li .contact-info-bottom:first-child {
	margin-left: 0;
}
.content ul li .contact-info-bottom {
    float: none;
    font-size: 14px;
    margin-left: 0;
    width: 100%;
}
.contact-info .details h4 {
	margin-bottom: 0;
    margin-top: 10px;
}
.content .contact-details ul.details li a:hover,
.content .contact-details ul.details li a:focus {
	color: #75c045;
}
.content .contact-details ul.details li a {
	font-weight: bold;
}
.content .contact-details ul.details li a,
.content .contact-details ul.details li {
	color: #635f47;
    font-family: "arial",sans-serif;
    font-size: 14px;
}
.content .contact-details ul.details li.left {
	width: 100%;
}
.content .contact-details ul.details li.right {
	width: 100%;
}
/* Breadcrumbs */
.titan-breadcrumb {}
.titan-breadcrumb .breadcrumb-arrow {
	background: url('../images/breadcrumb-arrow.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
    height: 9px;
    margin-left: 7px;
    margin-right: 7px;
    width: 15px;
}
.titan-breadcrumb span,
.titan-breadcrumb a {
	font-family: "RobotoBold",sans-serif;
	font-size: 12px;
}
.titan-breadcrumb a {
	color: #635f47;
}
.titan-breadcrumb span,
.titan-breadcrumb a:hover {
	color: #064887;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
/* Footer */
.footer-wrapper {
	background: #074986;
}
.footer-pad {
	padding: 32px 15px 20px;
}
.footer {
	color: #d7d7d7;
    font-family: "arial",sans-serif;
    font-size: 12px;
}
/* copyright */
.footer .copyright {
	padding: 0 0 0 0;
}
/* footer-menu */
.footer .footer-menu {
	padding: 0 0 10px 0;
}
.footer .footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer .footer-menu ul li {
	border-left: 1px solid #888888;
    display: inline-block;
    line-height: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
}
.footer .footer-menu ul li:first-child {
	padding-left: 0px;
	border-left: none;
}
.footer .footer-menu ul li a { color: #d7d7d7; }
.footer .footer-menu ul li a:hover {
	color: #f44d00;
}
.footer .menu-wrapper {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   height: auto;
}
.footer .footer-left {
	text-align: center;
	width: 100%;
}
.footer .footer-menu {
	width: 100%;
}
.footer .titan-wrapper {
	width: 100%;
}
.footer .menu-wrapper {
	margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
/* titan badge */
.titan-badge {
    padding: 0 0 10px 0;
    text-align: center;
}
.titan-badge .titan-title {
	float: left;
	display: block;
	padding: 10px 5px 0 0;
}
.titan-badge a.titan-logo {
	float: right;
	display: block;
}
.titan-badge span {
    display: block;
    float: none;
    margin: 15px 15px 0 0;
    text-align: center;
}
.titan-badge span a {
	color: #d7d7d7;
}
.titan-badge span a:hover {
	color: #f44d00;
}
/* woocommerce */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
	width: 149px;
	background: url('../images/rating.png') no-repeat;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	background: url('../images/rating-active.png') no-repeat;
}
/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.gallery-wrapper {	width: 960px; }
.ngg-albumtitle {
	height: 33px;
	overflow: hidden;
	text-transform: capitalize;
}
.ngg-gallery-thumbnail a { 	display: block; }
.ngg-gallery-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.ngg-pagination { float: left;}
.ngg-pagination span,
.ngg-pagination a {
	display: inline-block;
}
.ngg-galleryoverview {
    width: 100% !important;
}
.ngg-galleryoverview  .ngg-gallery-thumbnail-box {
	display: inline-block;
    float: none;
    margin-right: 9px;
    padding-bottom: 9px;
	width: 29%
}
.ngg-galleryoverview .ngg-gallery-thumbnail img {
    border: medium none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ngg-widget a{
	position: relative;
}
p.ngg-album-gallery-image-counter {
	display: none;
}
.ngg-albumoverview {
	text-align: center;
}
.ngg-albumoverview .ngg-album-compact {
	display: inline-block;
	float: none;
	margin: 0 !important;
	padding: 0 12px 4px 0 !important;
	text-align: left;
}
/* Album */
#content .ngg-album-compact h4 .ngg-album-desc {
	color: #e54d00;
    display: inline-block;
    font-family: "RobotoBold",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
}
#content .ngg-album-compact h4 {
    color: #e54d00;
    display: inline-block;
    font-family: "RobotoBold",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
}
#content .ngg-album-compactbox .Thumb {
	border: medium none !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
	width: 100%;
}
#content .ngg-albumoverview, 
#content .ngg-galleryoverview { 
	margin-top: 25px;
    text-align: center;
    width: 100%;
}
#content .ngg-album-compact {
	padding: 0 !important;
	margin: 0 9px 9px 0 !important;
	text-align: center;
	width: 29%;
}
#content .ngg-album-compactbox:before,
#content .ngg-album-compactbox:after,
#content .ngg-album-compactbox {
	border: medium none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#content .ngg-album-link  a{
	display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
}
#content .ngg-thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
#content .ngg-album {
	border: none medium;
	width: 100%;
}
#content .ngg-thumbnail img{
	border: medium none;
    margin: 0;
    padding: 0;
}
#content .ngg-albumtitle {
	margin: 0;
    text-align: center;
}
#content .ngg-albumtitle a {
    border: medium none;
	color: #e54d00;
    display: inline-block;
	font-family: "RobotoBold",sans-serif;
    font-size: 20px;
	font-weight: normal;
    line-height: 26px;
	text-transform: uppercase;
}
.ngg-albumcontent .ngg-thumbnail {
    float: none;
    margin-bottom: 20px;
    width: 100%;
}
.ngg-album-link a .circle-bg,
.ngg-gallery-thumbnail a .circle-bg {
    background: url("../images/circle-bg.png") no-repeat scroll left 0 transparent;
    height: 262px;
    position: absolute;
    top: 0;
    width: 264px;
    z-index: 3;
}
.ngg-thumbnail a .circle-bg {
	background: url("../images/circle-bg.png") no-repeat scroll center 0 transparent;
    height: 262px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.ngg-thumbnail a:hover .gallery-hover,
.ngg-album-link a:hover .gallery-hover,
.ngg-gallery-thumbnail a:hover .gallery-hover  {
	display: block;
}
.ngg-thumbnail a .gallery-hover,
.ngg-album-link a .gallery-hover,
.ngg-gallery-thumbnail a .gallery-hover {
	background: url("../images/gallery-hover.png") no-repeat scroll center 0 transparent;
    display: none;
    height: 113px;
    left: 76px;
    position: absolute;
    top: 75px;
    width: 113px;
    z-index: 5;
}
/* NGG Pagination */
#content .ngg-navigation {
	margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}
.ngg-navigation span.current {
	background: none repeat scroll 0 0 #074986;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 7px 15px;
}
.ngg-navigation span {
	border: medium none;
	color: #fff;
    display: inline-block;
    font-family: "Arial",sans-serif;
    font-size: 16px;
	margin: 0 3px;
    padding: 7px 15px;
    text-align: center;
}
#content .ngg-navigation a.next {
	background: none repeat scroll 0 0 #f44d00;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 7px 15px;
    text-shadow: none;
}
#content .ngg-navigation a.next:hover {
	background: #074986;
	color: #fff !important;
	text-shadow: none;
}
#content .ngg-navigation a.prev {
    background: none repeat scroll 0 0 #f44d00;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 7px 15px;
    text-shadow: none;
}
#content .ngg-navigation a.prev:hover {
	background: #074986;
	color: #fff !important;
	text-shadow: none;
}
#content .ngg-navigation a.page-numbers {
	background: none repeat scroll 0 0 #f44d00;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px;
    padding: 7px 15px;
}
#content .ngg-navigation a.page-numbers:hover {
	background: none repeat scroll 0 0 #074986;
	color: #fff !important;
}
/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination {
	padding-top: 20px;
}
.titan-pagination ul.page-numbers {
	margin: 0;
}
.titan-pagination ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 2px 5px;
    padding: 0;
}
.titan-pagination ul li a,
.titan-pagination ul li span {
	color: #fff;
    display: inline-block;
    font-family: "Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 15px;
}
.titan-pagination ul li a {
	background: none repeat scroll 0 0 #f44d00;
}
.titan-pagination ul li a:hover,
.titan-pagination ul li span {
	background: none repeat scroll 0 0 #074986;
}
/*------------------------------------------------------------------
	[ Media Query ]
-------------------------------------------------------------------*/
/* Small Devices, Tablets */
@media (min-width : 360px) {}
@media (min-width : 480px) {
	/* Content */
	.main-sub-page .page-featured-image {
		float: none;
		margin-right: 20px;
	}
	.main-sub-page .page-featured-image img {
		height: auto;
		width: auto;
	}
}
@media (min-width : 640px) {
	/* Content */
	.main-sub-page .page-featured-image {
		float: none;
		margin-right: 20px;
	}
	.main-sub-page .page-featured-image img {
		height: auto;
		width: auto;
	}
}
@media (min-width : 768px) {
	/* Global Helper */
	.global-width {
		width: 100%;
	}
	/* Header */
	.outer-pad .header-menu-wrap {
		position: absolute;
	}
	#header .header-pad {
		padding: 40px 15px 0;
	}
	.headinfo-wrapper .fb {
		text-align: right;
	}
	.logo-wrapper {
		float: left;
		width: 40%;
	}
	.logo-wrapper img {
		height: auto;
		width: auto;
	}
	.headinfo-wrapper {
		float: right;
		width: 60%; 
	}
	.headinfo-wrapper .fb {
		padding-top: 0;
	}
	.headinfo-wrapper .headinfo-pad {
		padding-top: 20px;
	}
	.headinfo-wrapper .company-info {
		padding-bottom: 20px;
	}
	.headinfo-pad .menu-wrapper {
		margin-top: 5px;
		width: 100%;
	}
	.headinfo-wrapper .searchform-wrap {
		display: block;
	}
	.headinfo-pad .headinfo {
		margin-top: 0;
		width: 100%;
	}
	.company-info .search-mobile,
	.company-info .contact-mobile {
		display: none;
	}
	.headinfo-wrapper #s {
		background: none repeat scroll 0 0 #fff;
	}
	/* Menu */
	#top-menu {
		padding: 0;
	}	
	#menu-top-menu li {
		margin-left: 0;
	}
	#menu-top-menu > li > a {
		font-size: 11px;
		padding: 10px 5px 8px;
	}
	#menu-top-menu li {
		display: inline-block;
		float: none;
	}
	#menu-top-menu ul > li > a {
		font-size: 11px;
	}
	#menu-top-menu li > ul li:hover > ul {
		left: 146px;
		top: 0;
	}
	#menu-top-menu a {
		color: #fff;
	}
	#menu-top-menu ul {
		display: none;
		position: absolute;
	}
	#menu-top-menu ul {
		margin-left: 0;
		width: 146px;
	}
	#menu-top-menu ul > li {
		width: 146px;
	}
	#menu-top-menu ul > li > a {
		background: none repeat scroll 0 0 #074986;
		color: #fff;
	}
	.menu-wrapper .navbar-collapse {
		width: 100%;
	}
	.company-info .additional-bd-wrap {
		display: block;
	}
	/* Banner */
	.banner-content .banner-content-pad {
		padding: 40px 0;
	}
	.banner-slide-item .banner-content {
		margin-bottom: 30px;
	}
	/* Content */
	.main-sub-page .page-featured-image {
		float: left;
		margin-right: 20px;
	}
	.main-sub-page .page-featured-image img {
		height: auto;
		width: auto;
	}
	/* Land & Community */
	.facebook-images-entry .facebook-image, 
	.youtube-videos-entry .youtube-image {
		width: 30%;
	}
	/* Gallery */
	#content .ngg-album-compact {
		width: 18%;
	}
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 18%;
	}
	/* Footer */
	.titan-badge {
		padding: 0 0 10px 20px;
		text-align: center;
	}
	.footer-pad {
		padding: 20px 15px 35px;
	}
	.footer .footer-left {
		text-align: left;
		width: auto;
	}
	.footer .titan-wrapper {
		width: auto;
	}
	.titan-badge span {
		display: inline-block;
		float: left;
		margin: 15px 15px 0 0;
		text-align: left;
	}
}	
/* @media only screen and ( min-width : 1170px ) { */
@media (min-width : 1140px) {
	/* Global Helper */
	.global-width {
		width: 1140px;
	}
	.global-width-helper {
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	/* Header */
	.outer-pad .header-menu-wrap {
		position: absolute;
	}
	#header .header-pad {
		padding: 15px 0 10px;
	}
	.logo-wrapper {
		float: left;
		width: 455px;
	}
	.headinfo-wrapper {
		float: right;
		width: 680px; 
	}
	.headinfo-wrapper .headinfo-pad {
		padding-top: 20px;
	}
	.headinfo-wrapper .fb {
		padding-top: 0;
	}
	.headinfo-pad .menu-wrapper {
		margin-top: 5px;
		width: 760px;
	}
	.headinfo-wrapper .company-info {
		padding-bottom: 20px;
	}
	.headinfo-pad .headinfo {
		padding-left: 15px;
		width: 100px;
	}
	.headinfo-wrapper .searchform-wrap {
		display: block;
	}
	.company-info .additional-bd-wrap {
		display: block;
	}
	.company-info .search-mobile,
	.company-info .contact-mobile {
		display: none;
	}
	.headinfo-wrapper #s {
		background: none repeat scroll 0 0 #fff;
	}
	/* Menu */
	#top-menu {
		padding: 0;
	}	
	#menu-top-menu li {
		margin-left: 3px;
	}
	#menu-top-menu > li > a {
		font-size: 15px;
		padding: 10px 15px 8px;
	}
	#menu-top-menu li {
		display: inline-block;
		float: left;
	}
	#menu-top-menu ul > li > a {
		font-size: 15px;
	}
	#menu-top-menu li > ul li:hover > ul {
		left: 146px;
		top: 0;
	}
	#menu-top-menu a {
		color: #fff;
	}
	#menu-top-menu ul {
		display: none;
		position: absolute;
	}
	#menu-top-menu ul {
		margin-left: 0;
		width: 146px;
	}
	#menu-top-menu ul > li {
		width: 146px;
	}
	#menu-top-menu ul > li > a {
		background: none repeat scroll 0 0 #074986;
		color: #fff;
	}
	.menu-wrapper .navbar-collapse {
		width: 100%;
	}
	/* Banner */
	.banner-slide .slick-track {
		/*height: 886px;*/
		height: 647px;
		overflow: hidden;
	}
	.sub-page .banner-slide .slick-track {
		height: 647px;
	}
	.banner-slide-item .banner-content {
		/*margin-bottom: 30px;*/
		margin-bottom: 55px;
	}
	.banner-content .banner-desc {
		padding-left: 80px;
		padding-right: 80px;
	}
	.banner-content .banner-content-pad {
		padding: 40px 0;
	}
	.banner-slide .slick-dots {
		bottom: 3px;
		padding: 0;
		position: absolute;
		width: 1090px;
	}
	/* Content */
	.mid-overlay-wrap .mid-overlay-main {
		width: 1140px;
	}
	.main-sub-page .sub-page-left {
		width: 870px;
	}
	.main-sub-page .sub-page-right {
		width: 300px;
	}
	.main-sub-page .page-featured-image {
		float: left;
		margin-right: 20px;
	}
	.main-sub-page .page-featured-image img {
		height: auto;
		width: auto;
	}
	/* Front Page (Lead-ins Section) */
	.lead-ins-item-pad .lead-ins-item {
		text-align: center;
		width: 585px;
	}
	/* About Us */
	.aboutus-column .aboutus-item {
		width: 390px;
	}
	/* Employment Page(Application Form)*/
	.application-form-item .gform_body ul li {
		width: 260px;
	}
	.application-form-item .gform_wrapper .gform_body textarea {
		width: 500px;
	}
	.application-form-item #field_12_5,
	.application-form-item #field_12_6,
	.application-form-item #field_12_7,
	.application-form-item #field_12_10 {
		width: 165px;
	}
	.application-form-item #field_12_8 {
		width: 355px;
	}
	/* Native Title Page */
	.map-wrap {
		overflow-x: visible;
	}
	/* Land & Community */
	.facebook-images-pad .facebook-images-entry, 
	.youtube-videos-pad .youtube-videos-entry {
		text-align: left;
	}
	.facebook-images-entry .facebook-image, 
	.youtube-videos-entry .youtube-image {
		width: 190px;
	}
	/* Contact */
	.contact-form {
		width: 580px;
	}
	.contact-info {
		width: 590px;
	}
	.content .contact-wrapper .contact-form ul li {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		width: 260px;
	}
	.gform_wrapper .gform_body input, 
	.gform_wrapper .gform_body select, 
	.gform_wrapper .gform_body textarea {
		width: 260px;
	}
	.gform_wrapper .gform_body textarea {
		width: 550px;
	}
	.content ul li .contact-info-top {
		float: left;
		margin-left: 50px;
		width: auto;
	}
	.content ul li .contact-info-bottom {
		float: left;
	}
	.content .contact-details ul.details li.left {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		width: 220px;
	}
	.content .contact-details ul.details li.right {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		width: 340px;
	}
	/* Gallery */
	#content .ngg-albumtitle {
		text-align: left;
	}
	.ngg-albumcontent .ngg-thumbnail {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
		width: 160px;
	}
	#content .ngg-album-compact {
		width: 215px;
	}
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 215px;
	}
	/* Footer */
	.titan-badge {
		padding: 0 0 10px 20px;
		text-align: center;
	}
	.footer-pad {
		padding: 50px 0 40px;
	}
	.footer .footer-left {
		text-align: left;
		width: auto;
	}
	.footer .titan-wrapper {
		width: auto;
	}
	.titan-badge span {
		display: inline-block;
		float: left;
		margin: 15px 15px 0 0;
		text-align: left;
	}
}

/** new style **/

@media (min-width : 1140px) {
    .footer-middle {
         float: left;
         margin-left: 45px;
         text-align: center; 
         width: 52%;
    } 
}
@media (min-width : 1062px) {
    .footer-middle {
         float: left;
         margin-left: 45px;
         text-align: center; 
         width: 50%;
    }     
}
@media only screen and (min-width:863px) and (max-width: 1061px) {
    .footer-middle {
        float: left;
        margin-left: 45px;
        text-align: center; 
        width: 38%;
    }
}
@media only screen and (min-width:768px) and (max-width: 862px) {
    .footer-middle {
         float: left;
         margin-left: 45px;
         text-align: center; 
         width: 30%;
    } 
}
@media only screen and (min-width:728px) and (max-width: 833px) {
    .main-front-page .show-more-snippet {
         height: 190px;
    }
}
@media only screen and (min-width:665px) and (max-width: 727px) {
    .main-front-page .show-more-snippet {
         height: 220px;
    }
}
@media only screen and (min-width:501px) and (max-width: 664px) {
    .main-front-page .show-more-snippet {
         height: 245px;
    }
}
@media only screen and (min-width:130px) and (max-width: 500px) {
    .main-front-page .show-more-snippet {
         height: 290px;
    }
}
@media (max-width : 767px) {
    .footer-middle {
        clear: both;
        text-align: center;
    }
}
@media only screen and (min-width:130px) and (max-width: 1140px) {
    .banner-item-video {
         padding-left: 20px;
    }   
}
@media only screen and (min-width:130px) and (max-width: 435px) {
    
    .banner-video-wrap.subpage-video {
        top: 50px;
    }
    .banner-item-video {
        padding-left: 15px; 
    }
    .banner-item-video a.banner-video-link {
        display: block;
        font-size: 23px;
        line-height: 30px;
        width: 25%;
    }
}
@media only screen and (min-width:130px) and (max-width: 545px) {
    .banner-video-wrap.home-video {
        display: none; 
    }
}
@media (min-width : 766px) {
    .banner-slide .slick-track .banner-slide-item img  {
        height: 886px;
    }
}
@media only screen and (min-width:130px) and (max-width: 470px) {
    #applicationform .recaptchatable #recaptcha_image {
        width: 150px !important;
    }
    #applicationform .recaptchatable #recaptcha_image #recaptcha_challenge_image {
        width: 100% !important;
    }
    .recaptchatable #recaptcha_response_field {
        width: 150px !important;
    }
}
.sidebar-menu-items #menu-sidebar-menu .menu-item.current-menu-item {
    display: none;
}
.page-useful-links .page-content-wrap li a {
    display: block;
}
.page-useful-links .page-content-wrap li ul {
    margin: 10px 0 0;
}
#applicationform .application-form-item .gform_body ul li.gfield {
    width: 100%;
}
#applicationform .application-form-item .gform_body ul li.gfield.captcha-field {
    height: auto;
    margin-top: 140px;
}
#applicationform .application-form-item .gform_wrapper .gform_body textarea {
    width: 100%;
}
#applicationform .application-form-item .gform_wrapper .gfield_label {
    float: left;
    height: 45px;
    overflow: hidden;
    width: 240px;
}
#applicationform .application-form-item .gform_wrapper .ginput_container {
    float: left;
    width: 65%;
} 
@media (min-width : 1140px) {
    #applicationform .application-form-item .gform_wrapper .gform_body ul li.gfield_error.captcha-field .gfield_label {
        height: 165px;
    }
    #applicationform .application-form-item .gform_wrapper .gform_footer {
        margin-left: 235px;
    }
}
.ie7.ie #applicationform .application-form-item .gform_body ul li.gfield.captcha-field {
    margin-top: 30px;
}
.ie7.ie #applicationform .application-form-item .gform_body ul li.gfield.textarea-field textarea {
    width: 525px;
}
.ie7.ie #applicationform .application-form-item .gform_body ul li input {
    width: 96%;
}
.ie7.ie #applicationform .application-form-item .gform_body ul li select {
    width: 550px;
    padding: ;
}
.ie7.ie #applicationform .application-form-item .gform_body ul li.gfield.upload-field input {
    width: 550px;
}
.ie7.ie #applicationform .application-form-item .gform_wrapper .gform_body ul li.gfield_error.captcha-field .gfield_label,
.ie8.ie #applicationform .application-form-item .gform_wrapper .gform_body ul li.gfield_error.captcha-field .gfield_label {
    height: 165px;
}
.ie7.ie #applicationform .application-form-item .gform_wrapper .gform_footer,
.ie8.ie #applicationform .application-form-item .gform_wrapper .gform_footer {
    margin-left: 235px;
}
.page-land-community .fb-icon {
    background-image: url("../images/697057-facebook-32.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    width: 30px;
}
.ie7.ie .page-land-community .fb-icon {
    height: 35px;
    margin-right: 10px;
}
.page-land-community .linkedin-icon {
    background-image: url("../images/697071-linkedin-32.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    margin-left: -5px;
    width: 30px;
}
.ie7.ie .page-land-community .linkedin-icon {
    height: 35px;
}
.banner-video-wrap.home-video {
    bottom: 320px;
    position: absolute;
    width: 100%;
}
.banner-video-wrap.subpage-video {
    bottom: 65px;
    position: absolute;
    width: 100%;
}
.banner-item-video {
    border-radius: 3px;
    bottom: 65px;
    margin: auto;
    width: 1140px;
}
.banner-item-video .banner-video-link {
    background-color: #f44c01;
    background-image: url("../images/YouTube-32.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: "RobotoMedium",sans-serif;
    font-size: 28px;
    padding: 20px 20px 20px 55px;
    width: 405px;
}
.page-pdf-wrap {
    margin-top: 35px;
}
.page-pdf-wrap .page-pdf-item a {
    background-image: url("../images/pdf_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    padding-left: 45px;
    padding-top: 5px;
    width: auto;
}
.ie7.ie .sidebar-menu-items a .arrow-img {
    width: 90%;
}
.content .contact-details ul.details li a.phone-contact-us {
    font-weight: normal;
}
table.data-table {
    border: 1px solid #cccccc;
    width: 100%;
}
table.data-table th {
    background-color: #eeeeee;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: normal;
}
table.data-table td {
    color: #676767;
    font-size: 12px;
    text-align: left;
}
table.data-table th { 
    border: 1px solid #cccccc;
    height: 30px;
    line-height: normal;
    padding: 4px;
    text-align: center;
}  
table.data-table td {
    border: 1px solid #cccccc;
    height: 30px;
    line-height: normal;
    padding: 4px;
    text-align: left;
}
.single table tr:first-child td {
    color: #676767;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: auto;
    line-height: 22px;
    padding: 10px;
    text-align: left;
    text-transform: none;
}
.single .page-content-wrap > p {
    margin-top: 10px;
}
.return-native-wrap {
    margin-top: 45px;
}
.return-native-wrap .return-native-btn {
    background-color: #f44c01;
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: "RobotoMedium",sans-serif;
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    width: 180px;
}
.map-wrap > img {
    height: auto;
    width: 842px;
}
.map-wrap a.barwidgee-wonganoo {
    width: 80px;
}
.map-copyright-wrap {
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
}
.sidebar-menu-items .current-menu a {
	background: #074986;
	border-top: 1px solid #05335e;
    border-bottom: 1px solid #05335e;
}
.sidebar-menu-items .current-menu a .arrow-img {
    background: url("../images/arrow-employment-btn-hover.png") no-repeat scroll right center transparent;
}
.land-community-item-program-by-region .aboutus-item .aboutus-title {
    height: 20px;
}

/*slick dots */
.banner-slide ul.slick-dots{
	text-align: center;
	bottom:15px;
}
.banner-slide ul.slick-dots li{
	margin-right: 5px;
}
.banner-slide ul.slick-dots li:last-child{
	margin-right:0;
}
.banner-slide ul.slick-dots li button{
	background: #f44c01 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #f44c01;
    font-size: 0px;
    margin-right: 3px;
    width: 20px;
    height:20px;
}
.banner-slide ul.slick-dots li.slick-active button{
	background: #074986;
}
/*slick dots */

.floatright{
	float: right; 
	width: 50%;
}

@media(max-width: 1139px){
	.floatright{
		float: none;
		width: 100%;
		overflow: hidden;
	}
}